albertvillanova HF staff commited on
Commit
c47d0af
1 Parent(s): 7c07b43

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
@@ -85,11 +85,11 @@ A binary datset with with negative and positive sentiments.
85
 
86
  ### Data Splits
87
 
88
- The dataset is not split.
89
 
90
- | | Tain |
91
- |---------- | ------ |
92
- |no split | 1,800 |
93
 
94
  ## Dataset Creation
95
 
85
 
86
  ### Data Splits
87
 
88
+ The dataset is not split.
89
 
90
+ | | train |
91
+ |----------|------:|
92
+ | no split | 1,800 |
93
 
94
  ## Dataset Creation
95