Replace YAML keys from int to str
#2
by
albertvillanova
HF Staff
- opened
README.md
CHANGED
|
@@ -18,7 +18,6 @@ task_categories:
|
|
| 18 |
- text2text-generation
|
| 19 |
task_ids:
|
| 20 |
- text-simplification
|
| 21 |
-
paperswithcode_id: null
|
| 22 |
pretty_name: WikiAuto
|
| 23 |
configs:
|
| 24 |
- auto
|
|
@@ -33,9 +32,9 @@ dataset_info:
|
|
| 33 |
dtype:
|
| 34 |
class_label:
|
| 35 |
names:
|
| 36 |
-
0: notAligned
|
| 37 |
-
1: aligned
|
| 38 |
-
2: partialAligned
|
| 39 |
- name: normal_sentence_id
|
| 40 |
dtype: string
|
| 41 |
- name: simple_sentence_id
|
|
|
|
| 18 |
- text2text-generation
|
| 19 |
task_ids:
|
| 20 |
- text-simplification
|
|
|
|
| 21 |
pretty_name: WikiAuto
|
| 22 |
configs:
|
| 23 |
- auto
|
|
|
|
| 32 |
dtype:
|
| 33 |
class_label:
|
| 34 |
names:
|
| 35 |
+
'0': notAligned
|
| 36 |
+
'1': aligned
|
| 37 |
+
'2': partialAligned
|
| 38 |
- name: normal_sentence_id
|
| 39 |
dtype: string
|
| 40 |
- name: simple_sentence_id
|