albertvillanova HF staff commited on
Commit
05c7731
1 Parent(s): d39fe3f

Replace YAML keys from int to str (#1)

Browse files

- Replace YAML keys from int to str (0e66178e6706a474109815545fbe5ec51d15a2c3)

Files changed (1) hide show
  1. README.md +9 -10
README.md CHANGED
@@ -20,7 +20,6 @@ task_categories:
20
  - fill-mask
21
  task_ids:
22
  - slot-filling
23
- paperswithcode_id: null
24
  pretty_name: YouTube Caption Corrections
25
  tags:
26
  - token-classification-of-text-errors
@@ -36,15 +35,15 @@ dataset_info:
36
  sequence:
37
  class_label:
38
  names:
39
- 0: NO_DIFF
40
- 1: CASE_DIFF
41
- 2: PUNCUATION_DIFF
42
- 3: CASE_AND_PUNCUATION_DIFF
43
- 4: STEM_BASED_DIFF
44
- 5: DIGIT_DIFF
45
- 6: INTRAWORD_PUNC_DIFF
46
- 7: UNKNOWN_TYPE_DIFF
47
- 8: RESERVED_DIFF
48
  splits:
49
  - name: train
50
  num_bytes: 355978939
20
  - fill-mask
21
  task_ids:
22
  - slot-filling
 
23
  pretty_name: YouTube Caption Corrections
24
  tags:
25
  - token-classification-of-text-errors
35
  sequence:
36
  class_label:
37
  names:
38
+ '0': NO_DIFF
39
+ '1': CASE_DIFF
40
+ '2': PUNCUATION_DIFF
41
+ '3': CASE_AND_PUNCUATION_DIFF
42
+ '4': STEM_BASED_DIFF
43
+ '5': DIGIT_DIFF
44
+ '6': INTRAWORD_PUNC_DIFF
45
+ '7': UNKNOWN_TYPE_DIFF
46
+ '8': RESERVED_DIFF
47
  splits:
48
  - name: train
49
  num_bytes: 355978939