Commit
·
9c27eda
1
Parent(s):
13d5920
Replace YAML keys from int to str
Browse filesReplace YAML metadata integer keys with strings, as the Hub does not support integers.
See: https://github.com/huggingface/datasets/issues/5275
README.md
CHANGED
@@ -16,7 +16,6 @@ source_datasets:
|
|
16 |
task_categories:
|
17 |
- other
|
18 |
task_ids: []
|
19 |
-
paperswithcode_id: null
|
20 |
pretty_name: MsrGenomicsKbcomp
|
21 |
tags:
|
22 |
- genomics-knowledge-base-bompletion
|
@@ -28,9 +27,9 @@ dataset_info:
|
|
28 |
dtype:
|
29 |
class_label:
|
30 |
names:
|
31 |
-
0: Positive_regulation
|
32 |
-
1: Negative_regulation
|
33 |
-
2: Family
|
34 |
- name: GENE2
|
35 |
dtype: string
|
36 |
splits:
|
|
|
16 |
task_categories:
|
17 |
- other
|
18 |
task_ids: []
|
|
|
19 |
pretty_name: MsrGenomicsKbcomp
|
20 |
tags:
|
21 |
- genomics-knowledge-base-bompletion
|
|
|
27 |
dtype:
|
28 |
class_label:
|
29 |
names:
|
30 |
+
'0': Positive_regulation
|
31 |
+
'1': Negative_regulation
|
32 |
+
'2': Family
|
33 |
- name: GENE2
|
34 |
dtype: string
|
35 |
splits:
|