Datasets:
Tasks:
Token Classification
Sub-tasks:
named-entity-recognition
Languages:
Zulu
Size:
10K<n<100K
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -7,7 +7,7 @@ language:
|
|
7 |
- zu
|
8 |
license:
|
9 |
- other
|
10 |
-
license_details:
|
11 |
multilinguality:
|
12 |
- monolingual
|
13 |
size_categories:
|
@@ -20,6 +20,32 @@ task_ids:
|
|
20 |
- named-entity-recognition
|
21 |
paperswithcode_id: null
|
22 |
pretty_name: Isizulu Ner Corpus
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
---
|
24 |
|
25 |
# Dataset Card for Isizulu Ner Corpus
|
@@ -166,4 +192,4 @@ The data is under the [Creative Commons Attribution 2.5 South Africa License](ht
|
|
166 |
|
167 |
### Contributions
|
168 |
|
169 |
-
Thanks to [@yvonnegitau](https://github.com/yvonnegitau) for adding this dataset.
|
|
|
7 |
- zu
|
8 |
license:
|
9 |
- other
|
10 |
+
license_details: Creative Commons Attribution 2.5 South Africa
|
11 |
multilinguality:
|
12 |
- monolingual
|
13 |
size_categories:
|
|
|
20 |
- named-entity-recognition
|
21 |
paperswithcode_id: null
|
22 |
pretty_name: Isizulu Ner Corpus
|
23 |
+
dataset_info:
|
24 |
+
features:
|
25 |
+
- name: id
|
26 |
+
dtype: string
|
27 |
+
- name: tokens
|
28 |
+
sequence: string
|
29 |
+
- name: ner_tags
|
30 |
+
sequence:
|
31 |
+
class_label:
|
32 |
+
names:
|
33 |
+
0: OUT
|
34 |
+
1: B-PERS
|
35 |
+
2: I-PERS
|
36 |
+
3: B-ORG
|
37 |
+
4: I-ORG
|
38 |
+
5: B-LOC
|
39 |
+
6: I-LOC
|
40 |
+
7: B-MISC
|
41 |
+
8: I-MISC
|
42 |
+
config_name: isizulu_ner_corpus
|
43 |
+
splits:
|
44 |
+
- name: train
|
45 |
+
num_bytes: 4038876
|
46 |
+
num_examples: 10956
|
47 |
+
download_size: 25097584
|
48 |
+
dataset_size: 4038876
|
49 |
---
|
50 |
|
51 |
# Dataset Card for Isizulu Ner Corpus
|
|
|
192 |
|
193 |
### Contributions
|
194 |
|
195 |
+
Thanks to [@yvonnegitau](https://github.com/yvonnegitau) for adding this dataset.
|