albertvillanova HF staff commited on
Commit
fced99e
1 Parent(s): 19c2f04

Replace YAML keys from int to str (#1)

Browse files

- Replace YAML keys from int to str (e0120224d62c3427abdea09977a7da83b030b0ae)

Files changed (1) hide show
  1. README.md +97 -98
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: TurkishShrinkedNer
22
  dataset_info:
23
  features:
@@ -29,103 +28,103 @@ dataset_info:
29
  sequence:
30
  class_label:
31
  names:
32
- 0: O
33
- 1: B-academic
34
- 2: I-academic
35
- 3: B-academic_person
36
- 4: I-academic_person
37
- 5: B-aircraft
38
- 6: I-aircraft
39
- 7: B-album_person
40
- 8: I-album_person
41
- 9: B-anatomy
42
- 10: I-anatomy
43
- 11: B-animal
44
- 12: I-animal
45
- 13: B-architect_person
46
- 14: I-architect_person
47
- 15: B-capital
48
- 16: I-capital
49
- 17: B-chemical
50
- 18: I-chemical
51
- 19: B-clothes
52
- 20: I-clothes
53
- 21: B-country
54
- 22: I-country
55
- 23: B-culture
56
- 24: I-culture
57
- 25: B-currency
58
- 26: I-currency
59
- 27: B-date
60
- 28: I-date
61
- 29: B-food
62
- 30: I-food
63
- 31: B-genre
64
- 32: I-genre
65
- 33: B-government
66
- 34: I-government
67
- 35: B-government_person
68
- 36: I-government_person
69
- 37: B-language
70
- 38: I-language
71
- 39: B-location
72
- 40: I-location
73
- 41: B-material
74
- 42: I-material
75
- 43: B-measure
76
- 44: I-measure
77
- 45: B-medical
78
- 46: I-medical
79
- 47: B-military
80
- 48: I-military
81
- 49: B-military_person
82
- 50: I-military_person
83
- 51: B-nation
84
- 52: I-nation
85
- 53: B-newspaper
86
- 54: I-newspaper
87
- 55: B-organization
88
- 56: I-organization
89
- 57: B-organization_person
90
- 58: I-organization_person
91
- 59: B-person
92
- 60: I-person
93
- 61: B-production_art_music
94
- 62: I-production_art_music
95
- 63: B-production_art_music_person
96
- 64: I-production_art_music_person
97
- 65: B-quantity
98
- 66: I-quantity
99
- 67: B-religion
100
- 68: I-religion
101
- 69: B-science
102
- 70: I-science
103
- 71: B-shape
104
- 72: I-shape
105
- 73: B-ship
106
- 74: I-ship
107
- 75: B-software
108
- 76: I-software
109
- 77: B-space
110
- 78: I-space
111
- 79: B-space_person
112
- 80: I-space_person
113
- 81: B-sport
114
- 82: I-sport
115
- 83: B-sport_name
116
- 84: I-sport_name
117
- 85: B-sport_person
118
- 86: I-sport_person
119
- 87: B-structure
120
- 88: I-structure
121
- 89: B-subject
122
- 90: I-subject
123
- 91: B-tech
124
- 92: I-tech
125
- 93: B-train
126
- 94: I-train
127
- 95: B-vehicle
128
- 96: I-vehicle
129
  splits:
130
  - name: train
131
  num_bytes: 200728389
17
  - token-classification
18
  task_ids:
19
  - named-entity-recognition
 
20
  pretty_name: TurkishShrinkedNer
21
  dataset_info:
22
  features:
28
  sequence:
29
  class_label:
30
  names:
31
+ '0': O
32
+ '1': B-academic
33
+ '2': I-academic
34
+ '3': B-academic_person
35
+ '4': I-academic_person
36
+ '5': B-aircraft
37
+ '6': I-aircraft
38
+ '7': B-album_person
39
+ '8': I-album_person
40
+ '9': B-anatomy
41
+ '10': I-anatomy
42
+ '11': B-animal
43
+ '12': I-animal
44
+ '13': B-architect_person
45
+ '14': I-architect_person
46
+ '15': B-capital
47
+ '16': I-capital
48
+ '17': B-chemical
49
+ '18': I-chemical
50
+ '19': B-clothes
51
+ '20': I-clothes
52
+ '21': B-country
53
+ '22': I-country
54
+ '23': B-culture
55
+ '24': I-culture
56
+ '25': B-currency
57
+ '26': I-currency
58
+ '27': B-date
59
+ '28': I-date
60
+ '29': B-food
61
+ '30': I-food
62
+ '31': B-genre
63
+ '32': I-genre
64
+ '33': B-government
65
+ '34': I-government
66
+ '35': B-government_person
67
+ '36': I-government_person
68
+ '37': B-language
69
+ '38': I-language
70
+ '39': B-location
71
+ '40': I-location
72
+ '41': B-material
73
+ '42': I-material
74
+ '43': B-measure
75
+ '44': I-measure
76
+ '45': B-medical
77
+ '46': I-medical
78
+ '47': B-military
79
+ '48': I-military
80
+ '49': B-military_person
81
+ '50': I-military_person
82
+ '51': B-nation
83
+ '52': I-nation
84
+ '53': B-newspaper
85
+ '54': I-newspaper
86
+ '55': B-organization
87
+ '56': I-organization
88
+ '57': B-organization_person
89
+ '58': I-organization_person
90
+ '59': B-person
91
+ '60': I-person
92
+ '61': B-production_art_music
93
+ '62': I-production_art_music
94
+ '63': B-production_art_music_person
95
+ '64': I-production_art_music_person
96
+ '65': B-quantity
97
+ '66': I-quantity
98
+ '67': B-religion
99
+ '68': I-religion
100
+ '69': B-science
101
+ '70': I-science
102
+ '71': B-shape
103
+ '72': I-shape
104
+ '73': B-ship
105
+ '74': I-ship
106
+ '75': B-software
107
+ '76': I-software
108
+ '77': B-space
109
+ '78': I-space
110
+ '79': B-space_person
111
+ '80': I-space_person
112
+ '81': B-sport
113
+ '82': I-sport
114
+ '83': B-sport_name
115
+ '84': I-sport_name
116
+ '85': B-sport_person
117
+ '86': I-sport_person
118
+ '87': B-structure
119
+ '88': I-structure
120
+ '89': B-subject
121
+ '90': I-subject
122
+ '91': B-tech
123
+ '92': I-tech
124
+ '93': B-train
125
+ '94': I-train
126
+ '95': B-vehicle
127
+ '96': I-vehicle
128
  splits:
129
  - name: train
130
  num_bytes: 200728389