albertvillanova HF staff commited on
Commit
7dd86e2
1 Parent(s): bf55f49

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
@@ -104,9 +104,9 @@ the dataset distribution and balance for each class looks like the following
104
 
105
  The dataset is not split.
106
 
107
- | | Tain |
108
- |---------- | ------ |
109
- |no split | 10,065 |
110
 
111
  ## Dataset Creation
112
 
 
104
 
105
  The dataset is not split.
106
 
107
+ | | train |
108
+ |----------|--------:|
109
+ | no split | 10,065 |
110
 
111
  ## Dataset Creation
112