albertvillanova HF staff commited on
Commit
44f6f93
1 Parent(s): ca4f5ee

Replace YAML keys from int to str (#1)

Browse files

- Replace YAML keys from int to str (98a8fb58f524b86bf7b7193ac06140d62732a9f8)

Files changed (1) hide show
  1. README.md +21 -22
README.md CHANGED
@@ -17,7 +17,6 @@ task_categories:
17
  - token-classification
18
  task_ids:
19
  - named-entity-recognition
20
- paperswithcode_id: null
21
  pretty_name: CANER
22
  dataset_info:
23
  features:
@@ -27,27 +26,27 @@ dataset_info:
27
  dtype:
28
  class_label:
29
  names:
30
- 0: Allah
31
- 1: Book
32
- 2: Clan
33
- 3: Crime
34
- 4: Date
35
- 5: Day
36
- 6: Hell
37
- 7: Loc
38
- 8: Meas
39
- 9: Mon
40
- 10: Month
41
- 11: NatOb
42
- 12: Number
43
- 13: O
44
- 14: Org
45
- 15: Para
46
- 16: Pers
47
- 17: Prophet
48
- 18: Rlig
49
- 19: Sect
50
- 20: Time
51
  splits:
52
  - name: train
53
  num_bytes: 5095721
17
  - token-classification
18
  task_ids:
19
  - named-entity-recognition
 
20
  pretty_name: CANER
21
  dataset_info:
22
  features:
26
  dtype:
27
  class_label:
28
  names:
29
+ '0': Allah
30
+ '1': Book
31
+ '2': Clan
32
+ '3': Crime
33
+ '4': Date
34
+ '5': Day
35
+ '6': Hell
36
+ '7': Loc
37
+ '8': Meas
38
+ '9': Mon
39
+ '10': Month
40
+ '11': NatOb
41
+ '12': Number
42
+ '13': O
43
+ '14': Org
44
+ '15': Para
45
+ '16': Pers
46
+ '17': Prophet
47
+ '18': Rlig
48
+ '19': Sect
49
+ '20': Time
50
  splits:
51
  - name: train
52
  num_bytes: 5095721