Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
100K<n<1M
Language Creators:
found
ArXiv:
Tags:
License:
albertvillanova HF staff commited on
Commit
5668c73
1 Parent(s): b3acce6

Replace YAML keys from int to str (#2)

Browse files

- Replace YAML keys from int to str (adc76411f723dfe60338ef63e5f47000586f7506)

Files changed (1) hide show
  1. README.md +3 -4
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