albertvillanova HF staff commited on
Commit
0e083b8
1 Parent(s): 7ecd83e

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

Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -134,10 +134,10 @@ The original splits were named `train`, `testa` and `testb` and they correspond
134
 
135
  The splits have the following sizes :
136
 
137
- | | Tain | Valid | Test |
138
- | ----- | ------ | ----- | ---- |
139
- | N. Examples (Spanish) | 8324 | 1916 | 1518 |
140
- | N. Examples (Dutch) | 15807 | 2896 | 5196 |
141
 
142
  ## Dataset Creation
143
 
 
134
 
135
  The splits have the following sizes :
136
 
137
+ | | train | validation | test |
138
+ | ----- |-------:|------------:|------:|
139
+ | N. Examples (Spanish) | 8324 | 1916 | 1518 |
140
+ | N. Examples (Dutch) | 15807 | 2896 | 5196 |
141
 
142
  ## Dataset Creation
143