Upload PAIR.py
Browse files
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 |
|