albertvillanova HF staff commited on
Commit
b4c5faf
1 Parent(s): 7bec04a

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
@@ -110,10 +110,10 @@ Data Fields:
110
 
111
  ### Data Splits
112
 
113
- | | Tain | Dev | Test |
114
- |-------------|-------:|-------:|-------:|
115
- | # sentences | 4383 | 564 | 565 |
116
- | # tokens | 80 378 | 10 322 | 10 023 |
117
 
118
  ## Dataset Creation
119
 
 
110
 
111
  ### Data Splits
112
 
113
+ | | train | validation | test |
114
+ |-------------|-------:|-----------:|-------:|
115
+ | # sentences | 4383 | 564 | 565 |
116
+ | # tokens | 80 378 | 10 322 | 10 023 |
117
 
118
  ## Dataset Creation
119