Datasets:
Tasks:
Text2Text Generation
Sub-tasks:
text-simplification
Languages:
English
Size:
100K<n<1M
ArXiv:
License:
Commit
•
adc7641
1
Parent(s):
b3acce6
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
@@ -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
|