albertvillanova HF staff commited on
Commit
bc53572
1 Parent(s): 2f1a5d7

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 +12 -12
README.md CHANGED
@@ -155,21 +155,21 @@ Knowledge Base data fields:
155
 
156
  The conversation dataset is split into a `train`, `validation`, and `test` split with the following sizes:
157
 
158
- | | train | dev | test |
159
- | ----- | ------ | ----- | ---- |
160
- | travel | 1200 | 1200 | 1200 |
161
- | film | 1200 | 150 | 150 |
162
- | music | 1200 | 150 | 150 |
163
- | all | 3600 | 450 | 450 |
164
 
165
  The Knowledge base dataset is having only train split with following sizes:
166
 
167
- | | train |
168
- | ----- | ------ |
169
- | travel | 1154 |
170
- | film | 8090 |
171
- | music | 4441 |
172
- | all | 13685 |
173
 
174
  ## Dataset Creation
175
 
155
 
156
  The conversation dataset is split into a `train`, `validation`, and `test` split with the following sizes:
157
 
158
+ | | train | validation | test |
159
+ |--------|------:|-----------:|-----:|
160
+ | travel | 1200 | 1200 | 1200 |
161
+ | film | 1200 | 150 | 150 |
162
+ | music | 1200 | 150 | 150 |
163
+ | all | 3600 | 450 | 450 |
164
 
165
  The Knowledge base dataset is having only train split with following sizes:
166
 
167
+ | | train |
168
+ |--------|------:|
169
+ | travel | 1154 |
170
+ | film | 8090 |
171
+ | music | 4441 |
172
+ | all | 13685 |
173
 
174
  ## Dataset Creation
175