Datasets:
Tasks:
Token Classification
Sub-tasks:
named-entity-recognition
Languages:
Igbo
Size:
10K<n<100K
ArXiv:
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
|
@@ -19,6 +19,31 @@ task_ids:
|
|
| 19 |
- named-entity-recognition
|
| 20 |
paperswithcode_id: null
|
| 21 |
pretty_name: Igbo NER dataset
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
---
|
| 23 |
|
| 24 |
# Dataset Card for Igbo NER dataset
|
|
@@ -151,4 +176,4 @@ Here is an example from the dataset:
|
|
| 151 |
|
| 152 |
### Contributions
|
| 153 |
|
| 154 |
-
Thanks to [@purvimisal](https://github.com/purvimisal) for adding this dataset.
|
|
|
|
| 19 |
- named-entity-recognition
|
| 20 |
paperswithcode_id: null
|
| 21 |
pretty_name: Igbo NER dataset
|
| 22 |
+
dataset_info:
|
| 23 |
+
- config_name: ner_data
|
| 24 |
+
features:
|
| 25 |
+
- name: content_n
|
| 26 |
+
dtype: string
|
| 27 |
+
- name: named_entity
|
| 28 |
+
dtype: string
|
| 29 |
+
- name: sentences
|
| 30 |
+
sequence: string
|
| 31 |
+
splits:
|
| 32 |
+
- name: train
|
| 33 |
+
num_bytes: 60315228
|
| 34 |
+
num_examples: 30715
|
| 35 |
+
download_size: 3311204
|
| 36 |
+
dataset_size: 60315228
|
| 37 |
+
- config_name: free_text
|
| 38 |
+
features:
|
| 39 |
+
- name: sentences
|
| 40 |
+
dtype: string
|
| 41 |
+
splits:
|
| 42 |
+
- name: train
|
| 43 |
+
num_bytes: 1172152
|
| 44 |
+
num_examples: 10000
|
| 45 |
+
download_size: 1132151
|
| 46 |
+
dataset_size: 1172152
|
| 47 |
---
|
| 48 |
|
| 49 |
# Dataset Card for Igbo NER dataset
|
|
|
|
| 176 |
|
| 177 |
### Contributions
|
| 178 |
|
| 179 |
+
Thanks to [@purvimisal](https://github.com/purvimisal) for adding this dataset.
|