Datasets:
Commit
•
e7d2757
1
Parent(s):
98b8c6c
Fix typo in train split name (#3751)
Browse files* Fix typo in README guide
* Fix split naming and table alignment in README guide
* Fix split naming and table alignment in all datasets
* Fix previously malformed dataset cards
* Fix previously malformed dataset cards
Commit from https://github.com/huggingface/datasets/commit/af6e54febe3b822118dfed28ddb797d8350e5d27
README.md
CHANGED
@@ -161,18 +161,18 @@ The original splits were named `train`, `dev` and `test` and they correspond to
|
|
161 |
|
162 |
The splits have the following sizes :
|
163 |
|
164 |
-
| Language
|
165 |
-
|
166 |
-
| Amharic
|
167 |
-
| Hausa
|
168 |
-
| Igbo
|
169 |
-
| Kinyarwanda
|
170 |
-
| Luganda
|
171 |
-
| Luo
|
172 |
-
| Nigerian-Pidgin
|
173 |
-
| Swahili
|
174 |
-
| Wolof
|
175 |
-
| Yoruba
|
176 |
|
177 |
## Dataset Creation
|
178 |
|
|
|
161 |
|
162 |
The splits have the following sizes :
|
163 |
|
164 |
+
| Language | train | validation | test |
|
165 |
+
|-----------------|------:|-----------:|-----:|
|
166 |
+
| Amharic | 1750 | 250 | 500 |
|
167 |
+
| Hausa | 1903 | 272 | 545 |
|
168 |
+
| Igbo | 2233 | 319 | 638 |
|
169 |
+
| Kinyarwanda | 2110 | 301 | 604 |
|
170 |
+
| Luganda | 2003 | 200 | 401 |
|
171 |
+
| Luo | 644 | 92 | 185 |
|
172 |
+
| Nigerian-Pidgin | 2100 | 300 | 600 |
|
173 |
+
| Swahili | 2104 | 300 | 602 |
|
174 |
+
| Wolof | 1871 | 267 | 536 |
|
175 |
+
| Yoruba | 2124 | 303 | 608 |
|
176 |
|
177 |
## Dataset Creation
|
178 |
|