lhoestq HF staff commited on
Commit
19c2f04
1 Parent(s): d8bce85

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +114 -1
README.md CHANGED
@@ -19,6 +19,119 @@ task_ids:
19
  - named-entity-recognition
20
  paperswithcode_id: null
21
  pretty_name: TurkishShrinkedNer
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for turkish_shrinked_ner
@@ -145,4 +258,4 @@ Creative Commons Attribution 4.0 International
145
 
146
  ### Contributions
147
 
148
- Thanks to [@bhctsntrk](https://github.com/bhctsntrk) for adding this dataset.
19
  - named-entity-recognition
20
  paperswithcode_id: null
21
  pretty_name: TurkishShrinkedNer
22
+ dataset_info:
23
+ features:
24
+ - name: id
25
+ dtype: string
26
+ - name: tokens
27
+ sequence: string
28
+ - name: ner_tags
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
132
+ num_examples: 614515
133
+ download_size: 0
134
+ dataset_size: 200728389
135
  ---
136
 
137
  # Dataset Card for turkish_shrinked_ner
258
 
259
  ### Contributions
260
 
261
+ Thanks to [@bhctsntrk](https://github.com/bhctsntrk) for adding this dataset.