add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -21,6 +21,17 @@ task_ids:
|
|
21 |
- masked-language-modeling
|
22 |
paperswithcode_id: null
|
23 |
pretty_name: Twi Text C3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
---
|
25 |
|
26 |
# Dataset Card for Twi Text C3
|
@@ -169,4 +180,4 @@ The data is under the [Creative Commons Attribution-NonCommercial 4.0 ](https://
|
|
169 |
```
|
170 |
### Contributions
|
171 |
|
172 |
-
Thanks to [@dadelani](https://github.com/dadelani) for adding this dataset.
|
|
|
21 |
- masked-language-modeling
|
22 |
paperswithcode_id: null
|
23 |
pretty_name: Twi Text C3
|
24 |
+
dataset_info:
|
25 |
+
features:
|
26 |
+
- name: text
|
27 |
+
dtype: string
|
28 |
+
config_name: plain_text
|
29 |
+
splits:
|
30 |
+
- name: train
|
31 |
+
num_bytes: 71198430
|
32 |
+
num_examples: 675772
|
33 |
+
download_size: 69170842
|
34 |
+
dataset_size: 71198430
|
35 |
---
|
36 |
|
37 |
# Dataset Card for Twi Text C3
|
|
|
180 |
```
|
181 |
### Contributions
|
182 |
|
183 |
+
Thanks to [@dadelani](https://github.com/dadelani) for adding this dataset.
|