Datasets:
Tasks:
Token Classification
Sub-tasks:
named-entity-recognition
Languages:
Southern Sotho
Size:
1K<n<10K
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
|
@@ -7,7 +7,7 @@ language:
|
|
| 7 |
- st
|
| 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: Sesotho NER Corpus
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
---
|
| 24 |
|
| 25 |
# Dataset Card for Sesotho NER Corpus
|
|
@@ -173,4 +199,4 @@ The data is under the [Creative Commons Attribution 2.5 South Africa License](ht
|
|
| 173 |
|
| 174 |
### Contributions
|
| 175 |
|
| 176 |
-
Thanks to [@yvonnegitau](https://github.com/yvonnegitau) for adding this dataset.
|
|
|
|
| 7 |
- st
|
| 8 |
license:
|
| 9 |
- other
|
| 10 |
+
license_details: Creative Commons Attribution 2.5 South Africa License
|
| 11 |
multilinguality:
|
| 12 |
- monolingual
|
| 13 |
size_categories:
|
|
|
|
| 20 |
- named-entity-recognition
|
| 21 |
paperswithcode_id: null
|
| 22 |
pretty_name: Sesotho 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: sesotho_ner_corpus
|
| 43 |
+
splits:
|
| 44 |
+
- name: train
|
| 45 |
+
num_bytes: 4502576
|
| 46 |
+
num_examples: 9472
|
| 47 |
+
download_size: 30421109
|
| 48 |
+
dataset_size: 4502576
|
| 49 |
---
|
| 50 |
|
| 51 |
# Dataset Card for Sesotho NER Corpus
|
|
|
|
| 199 |
|
| 200 |
### Contributions
|
| 201 |
|
| 202 |
+
Thanks to [@yvonnegitau](https://github.com/yvonnegitau) for adding this dataset.
|