albertvillanova HF Staff commited on
Commit
7538812
·
1 Parent(s): 5780264

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 +3 -3
README.md CHANGED
@@ -87,9 +87,9 @@ A typical data point comprises a rating from 1 to 5 where the higher the rating
87
 
88
  The data is split into a training and testing. The split is organized as the following
89
 
90
- | | Tain | Test |
91
- |---------- | ------ | ---- |
92
- |data split | 11,760 | 2,935|
93
 
94
  ## Dataset Creation
95
 
 
87
 
88
  The data is split into a training and testing. The split is organized as the following
89
 
90
+ | | train | test |
91
+ |---------- |-------:|------:|
92
+ |data split | 11,760 | 2,935 |
93
 
94
  ## Dataset Creation
95