Datasets:
Commit
·
c4dbf2c
1
Parent(s):
07892f9
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
@@ -54,9 +54,9 @@ dataset_info:
|
|
54 |
dtype:
|
55 |
class_label:
|
56 |
names:
|
57 |
-
0: meaning
|
58 |
-
1: fluency
|
59 |
-
2: simplicity
|
60 |
- name: worker_id
|
61 |
dtype: int32
|
62 |
- name: rating
|
|
|
54 |
dtype:
|
55 |
class_label:
|
56 |
names:
|
57 |
+
'0': meaning
|
58 |
+
'1': fluency
|
59 |
+
'2': simplicity
|
60 |
- name: worker_id
|
61 |
dtype: int32
|
62 |
- name: rating
|