albertvillanova HF staff commited on
Commit
1ae336a
1 Parent(s): ec766a5

Replace YAML keys from int to str (#2)

Browse files

- Replace YAML keys from int to str (057fc35f35b91919d8f02e88d94cf52712b51e41)

Files changed (1) hide show
  1. README.md +18 -18
README.md CHANGED
@@ -1,5 +1,4 @@
1
  ---
2
- pretty_name: NoReC
3
  annotations_creators:
4
  - expert-generated
5
  language_creators:
@@ -21,6 +20,7 @@ task_categories:
21
  task_ids:
22
  - named-entity-recognition
23
  paperswithcode_id: norec
 
24
  dataset_info:
25
  features:
26
  - name: idx
@@ -35,23 +35,23 @@ dataset_info:
35
  sequence:
36
  class_label:
37
  names:
38
- 0: ADJ
39
- 1: ADP
40
- 2: ADV
41
- 3: AUX
42
- 4: CCONJ
43
- 5: DET
44
- 6: INTJ
45
- 7: NOUN
46
- 8: NUM
47
- 9: PART
48
- 10: PRON
49
- 11: PROPN
50
- 12: PUNCT
51
- 13: SCONJ
52
- 14: SYM
53
- 15: VERB
54
- 16: X
55
  - name: xpos_tags
56
  sequence: string
57
  - name: feats
1
  ---
 
2
  annotations_creators:
3
  - expert-generated
4
  language_creators:
20
  task_ids:
21
  - named-entity-recognition
22
  paperswithcode_id: norec
23
+ pretty_name: NoReC
24
  dataset_info:
25
  features:
26
  - name: idx
35
  sequence:
36
  class_label:
37
  names:
38
+ '0': ADJ
39
+ '1': ADP
40
+ '2': ADV
41
+ '3': AUX
42
+ '4': CCONJ
43
+ '5': DET
44
+ '6': INTJ
45
+ '7': NOUN
46
+ '8': NUM
47
+ '9': PART
48
+ '10': PRON
49
+ '11': PROPN
50
+ '12': PUNCT
51
+ '13': SCONJ
52
+ '14': SYM
53
+ '15': VERB
54
+ '16': X
55
  - name: xpos_tags
56
  sequence: string
57
  - name: feats