albertvillanova HF staff commited on
Commit
1a2dc21
1 Parent(s): 358e10a

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
@@ -172,10 +172,10 @@ There are also some non-categorical slots whose values are carried over from ano
172
 
173
  The dataset is split into a `train`, `validation`, and `test` split with the following sizes:
174
 
175
- | | Tain | Valid | Test |
176
- | ----- | ------ | ----- | ---- |
177
- | Number of dialogues | 8438 | 1000 | 1000 |
178
- | Number of turns | 42190 | 5000 | 5000 |
179
 
180
  ## Dataset Creation
181
 
172
 
173
  The dataset is split into a `train`, `validation`, and `test` split with the following sizes:
174
 
175
+ | | train | validation | test |
176
+ |---------------------|------:|-----------:|-----:|
177
+ | Number of dialogues | 8438 | 1000 | 1000 |
178
+ | Number of turns | 42190 | 5000 | 5000 |
179
 
180
  ## Dataset Creation
181