albertvillanova HF staff commited on
Commit
5b6157a
1 Parent(s): 2714efb

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
@@ -92,10 +92,10 @@ Example:
92
 
93
  The data is split into a training, validation and test in both configuration.
94
 
95
- | | Tain | Valid | Test |
96
- | ----- | ------ | ----- | ---- |
97
- | Abstract | 21400 | 1500 | 1500 |
98
- | Title | 30658 | 1500 | 1500 |
99
 
100
  ## Dataset Creation
101
 
 
92
 
93
  The data is split into a training, validation and test in both configuration.
94
 
95
+ | | train | validation | test |
96
+ |----------|------:|-----------:|-----:|
97
+ | Abstract | 21400 | 1500 | 1500 |
98
+ | Title | 30658 | 1500 | 1500 |
99
 
100
  ## Dataset Creation
101