mskrt commited on
Commit
5bb01b2
·
verified ·
1 Parent(s): c13bce6

Upload PAIR.py

Browse files
Files changed (1) hide show
  1. PAIR.py +1 -0
PAIR.py CHANGED
@@ -52,6 +52,7 @@ _URLS = {
52
  # TODO: Name of the dataset usually matches the script name with CamelCase instead of snake_case
53
  annotation2type = {
54
  "names": datasets.Value("string"),
 
55
  "EC": datasets.Sequence(datasets.Value("string")),
56
  }
57
 
 
52
  # TODO: Name of the dataset usually matches the script name with CamelCase instead of snake_case
53
  annotation2type = {
54
  "names": datasets.Value("string"),
55
+ "function": datasets.Value("string"),
56
  "EC": datasets.Sequence(datasets.Value("string")),
57
  }
58