albertvillanova HF staff commited on
Commit
da94279
1 Parent(s): 4089584

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
@@ -86,10 +86,10 @@ The text in the dataset is in English
86
 
87
  ### Data Splits
88
 
89
- | | Tain | Valid | Test |
90
- | ----- | ------ | ----- | ---- |
91
- | dialogues | 10095 | 1087 | 1052 |
92
- | self_play | 8172 | NA | NA |
93
 
94
  ## Dataset Creation
95
 
 
86
 
87
  ### Data Splits
88
 
89
+ | | train | validation | test |
90
+ |------------|------:|-----------:|-----:|
91
+ | dialogues | 10095 | 1087 | 1052 |
92
+ | self_play | 8172 | NA | NA |
93
 
94
  ## Dataset Creation
95