add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -19,6 +19,29 @@ task_categories:
|
|
19 |
task_ids: []
|
20 |
paperswithcode_id: igbonlp-datasets
|
21 |
pretty_name: IgboNLP Datasets
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
# Dataset Card for IgboNLP Datasets
|
@@ -145,4 +168,4 @@ pretty_name: IgboNLP Datasets
|
|
145 |
|
146 |
### Contributions
|
147 |
|
148 |
-
Thanks to [@abhishekkrthakur](https://github.com/abhishekkrthakur) for adding this dataset.
|
|
|
19 |
task_ids: []
|
20 |
paperswithcode_id: igbonlp-datasets
|
21 |
pretty_name: IgboNLP Datasets
|
22 |
+
dataset_info:
|
23 |
+
features:
|
24 |
+
- name: id
|
25 |
+
dtype: string
|
26 |
+
- name: translation
|
27 |
+
dtype:
|
28 |
+
translation:
|
29 |
+
languages:
|
30 |
+
- ig
|
31 |
+
- en
|
32 |
+
config_name: ig-en
|
33 |
+
splits:
|
34 |
+
- name: test
|
35 |
+
num_bytes: 298670
|
36 |
+
num_examples: 552
|
37 |
+
- name: train
|
38 |
+
num_bytes: 2367989
|
39 |
+
num_examples: 10000
|
40 |
+
- name: validation
|
41 |
+
num_bytes: 60154
|
42 |
+
num_examples: 200
|
43 |
+
download_size: 2580255
|
44 |
+
dataset_size: 2726813
|
45 |
---
|
46 |
|
47 |
# Dataset Card for IgboNLP Datasets
|
|
|
168 |
|
169 |
### Contributions
|
170 |
|
171 |
+
Thanks to [@abhishekkrthakur](https://github.com/abhishekkrthakur) for adding this dataset.
|