albertvillanova HF staff commited on
Commit
d4e1f42
1 Parent(s): 62a7aae

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
@@ -85,9 +85,9 @@ Trailer late ah parthavanga like podunga Positive
85
 
86
  The entire dataset of 15,744 sentences was randomly shuffled and split into three parts as follows:
87
 
88
- | | Tain | Valid | Test |
89
- | ----- | ------ | ----- | ---- |
90
- | Tamilmixsentiment | 11335 | 1260 | 3149 |
91
 
92
 
93
  ## Dataset Creation
 
85
 
86
  The entire dataset of 15,744 sentences was randomly shuffled and split into three parts as follows:
87
 
88
+ | | train | validation | test |
89
+ |------------------------------|------:|-----------:|-----:|
90
+ | Tamilmixsentiment | 11335 | 1260 | 3149 |
91
 
92
 
93
  ## Dataset Creation