Datasets:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -27,6 +27,237 @@ task_ids:
|
|
27 |
- named-entity-recognition
|
28 |
paperswithcode_id: null
|
29 |
pretty_name: NCHLT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
---
|
31 |
# Dataset Card for NCHLT
|
32 |
|
@@ -166,4 +397,4 @@ [email protected]
|
|
166 |
|
167 |
### Contributions
|
168 |
|
169 |
-
Thanks to [@Narsil](https://github.com/Narsil) for adding this dataset.
|
|
|
27 |
- named-entity-recognition
|
28 |
paperswithcode_id: null
|
29 |
pretty_name: NCHLT
|
30 |
+
dataset_info:
|
31 |
+
- config_name: af
|
32 |
+
features:
|
33 |
+
- name: tokens
|
34 |
+
sequence: string
|
35 |
+
- name: ner_tags
|
36 |
+
sequence:
|
37 |
+
class_label:
|
38 |
+
names:
|
39 |
+
0: OUT
|
40 |
+
1: B-PERS
|
41 |
+
2: I-PERS
|
42 |
+
3: B-ORG
|
43 |
+
4: I-ORG
|
44 |
+
5: B-LOC
|
45 |
+
6: I-LOC
|
46 |
+
7: B-MISC
|
47 |
+
8: I-MISC
|
48 |
+
splits:
|
49 |
+
- name: train
|
50 |
+
num_bytes: 3955069
|
51 |
+
num_examples: 8961
|
52 |
+
download_size: 25748344
|
53 |
+
dataset_size: 3955069
|
54 |
+
- config_name: nr
|
55 |
+
features:
|
56 |
+
- name: tokens
|
57 |
+
sequence: string
|
58 |
+
- name: ner_tags
|
59 |
+
sequence:
|
60 |
+
class_label:
|
61 |
+
names:
|
62 |
+
0: OUT
|
63 |
+
1: B-PERS
|
64 |
+
2: I-PERS
|
65 |
+
3: B-ORG
|
66 |
+
4: I-ORG
|
67 |
+
5: B-LOC
|
68 |
+
6: I-LOC
|
69 |
+
7: B-MISC
|
70 |
+
8: I-MISC
|
71 |
+
splits:
|
72 |
+
- name: train
|
73 |
+
num_bytes: 3188781
|
74 |
+
num_examples: 9334
|
75 |
+
download_size: 20040327
|
76 |
+
dataset_size: 3188781
|
77 |
+
- config_name: xh
|
78 |
+
features:
|
79 |
+
- name: tokens
|
80 |
+
sequence: string
|
81 |
+
- name: ner_tags
|
82 |
+
sequence:
|
83 |
+
class_label:
|
84 |
+
names:
|
85 |
+
0: OUT
|
86 |
+
1: B-PERS
|
87 |
+
2: I-PERS
|
88 |
+
3: B-ORG
|
89 |
+
4: I-ORG
|
90 |
+
5: B-LOC
|
91 |
+
6: I-LOC
|
92 |
+
7: B-MISC
|
93 |
+
8: I-MISC
|
94 |
+
splits:
|
95 |
+
- name: train
|
96 |
+
num_bytes: 2365821
|
97 |
+
num_examples: 6283
|
98 |
+
download_size: 14513302
|
99 |
+
dataset_size: 2365821
|
100 |
+
- config_name: zu
|
101 |
+
features:
|
102 |
+
- name: tokens
|
103 |
+
sequence: string
|
104 |
+
- name: ner_tags
|
105 |
+
sequence:
|
106 |
+
class_label:
|
107 |
+
names:
|
108 |
+
0: OUT
|
109 |
+
1: B-PERS
|
110 |
+
2: I-PERS
|
111 |
+
3: B-ORG
|
112 |
+
4: I-ORG
|
113 |
+
5: B-LOC
|
114 |
+
6: I-LOC
|
115 |
+
7: B-MISC
|
116 |
+
8: I-MISC
|
117 |
+
splits:
|
118 |
+
- name: train
|
119 |
+
num_bytes: 3951366
|
120 |
+
num_examples: 10955
|
121 |
+
download_size: 25097584
|
122 |
+
dataset_size: 3951366
|
123 |
+
- config_name: nso-sepedi
|
124 |
+
features:
|
125 |
+
- name: tokens
|
126 |
+
sequence: string
|
127 |
+
- name: ner_tags
|
128 |
+
sequence:
|
129 |
+
class_label:
|
130 |
+
names:
|
131 |
+
0: OUT
|
132 |
+
1: B-PERS
|
133 |
+
2: I-PERS
|
134 |
+
3: B-ORG
|
135 |
+
4: I-ORG
|
136 |
+
5: B-LOC
|
137 |
+
6: I-LOC
|
138 |
+
7: B-MISC
|
139 |
+
8: I-MISC
|
140 |
+
splits:
|
141 |
+
- name: train
|
142 |
+
num_bytes: 3322296
|
143 |
+
num_examples: 7116
|
144 |
+
download_size: 22077376
|
145 |
+
dataset_size: 3322296
|
146 |
+
- config_name: nso-sesotho
|
147 |
+
features:
|
148 |
+
- name: tokens
|
149 |
+
sequence: string
|
150 |
+
- name: ner_tags
|
151 |
+
sequence:
|
152 |
+
class_label:
|
153 |
+
names:
|
154 |
+
0: OUT
|
155 |
+
1: B-PERS
|
156 |
+
2: I-PERS
|
157 |
+
3: B-ORG
|
158 |
+
4: I-ORG
|
159 |
+
5: B-LOC
|
160 |
+
6: I-LOC
|
161 |
+
7: B-MISC
|
162 |
+
8: I-MISC
|
163 |
+
splits:
|
164 |
+
- name: train
|
165 |
+
num_bytes: 4427898
|
166 |
+
num_examples: 9471
|
167 |
+
download_size: 30421109
|
168 |
+
dataset_size: 4427898
|
169 |
+
- config_name: tn
|
170 |
+
features:
|
171 |
+
- name: tokens
|
172 |
+
sequence: string
|
173 |
+
- name: ner_tags
|
174 |
+
sequence:
|
175 |
+
class_label:
|
176 |
+
names:
|
177 |
+
0: OUT
|
178 |
+
1: B-PERS
|
179 |
+
2: I-PERS
|
180 |
+
3: B-ORG
|
181 |
+
4: I-ORG
|
182 |
+
5: B-LOC
|
183 |
+
6: I-LOC
|
184 |
+
7: B-MISC
|
185 |
+
8: I-MISC
|
186 |
+
splits:
|
187 |
+
- name: train
|
188 |
+
num_bytes: 3812339
|
189 |
+
num_examples: 7943
|
190 |
+
download_size: 25905236
|
191 |
+
dataset_size: 3812339
|
192 |
+
- config_name: ss
|
193 |
+
features:
|
194 |
+
- name: tokens
|
195 |
+
sequence: string
|
196 |
+
- name: ner_tags
|
197 |
+
sequence:
|
198 |
+
class_label:
|
199 |
+
names:
|
200 |
+
0: OUT
|
201 |
+
1: B-PERS
|
202 |
+
2: I-PERS
|
203 |
+
3: B-ORG
|
204 |
+
4: I-ORG
|
205 |
+
5: B-LOC
|
206 |
+
6: I-LOC
|
207 |
+
7: B-MISC
|
208 |
+
8: I-MISC
|
209 |
+
splits:
|
210 |
+
- name: train
|
211 |
+
num_bytes: 3431063
|
212 |
+
num_examples: 10797
|
213 |
+
download_size: 21882224
|
214 |
+
dataset_size: 3431063
|
215 |
+
- config_name: ve
|
216 |
+
features:
|
217 |
+
- name: tokens
|
218 |
+
sequence: string
|
219 |
+
- name: ner_tags
|
220 |
+
sequence:
|
221 |
+
class_label:
|
222 |
+
names:
|
223 |
+
0: OUT
|
224 |
+
1: B-PERS
|
225 |
+
2: I-PERS
|
226 |
+
3: B-ORG
|
227 |
+
4: I-ORG
|
228 |
+
5: B-LOC
|
229 |
+
6: I-LOC
|
230 |
+
7: B-MISC
|
231 |
+
8: I-MISC
|
232 |
+
splits:
|
233 |
+
- name: train
|
234 |
+
num_bytes: 3941041
|
235 |
+
num_examples: 8477
|
236 |
+
download_size: 26382457
|
237 |
+
dataset_size: 3941041
|
238 |
+
- config_name: ts
|
239 |
+
features:
|
240 |
+
- name: tokens
|
241 |
+
sequence: string
|
242 |
+
- name: ner_tags
|
243 |
+
sequence:
|
244 |
+
class_label:
|
245 |
+
names:
|
246 |
+
0: OUT
|
247 |
+
1: B-PERS
|
248 |
+
2: I-PERS
|
249 |
+
3: B-ORG
|
250 |
+
4: I-ORG
|
251 |
+
5: B-LOC
|
252 |
+
6: I-LOC
|
253 |
+
7: B-MISC
|
254 |
+
8: I-MISC
|
255 |
+
splits:
|
256 |
+
- name: train
|
257 |
+
num_bytes: 3941041
|
258 |
+
num_examples: 8477
|
259 |
+
download_size: 26382457
|
260 |
+
dataset_size: 3941041
|
261 |
---
|
262 |
# Dataset Card for NCHLT
|
263 |
|
|
|
397 |
|
398 |
### Contributions
|
399 |
|
400 |
+
Thanks to [@Narsil](https://github.com/Narsil) for adding this dataset.
|