albertvillanova HF staff commited on
Commit
3268837
1 Parent(s): 47835f9

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 +8 -4
README.md CHANGED
@@ -83,9 +83,9 @@ A typical data point comprises a label which is out of 13 classes and a verse pa
83
 
84
  The data is split into a training and testing. The split is organized as the following
85
 
86
- | | Tain | Test |
87
- |---------- | ------ | ---- |
88
- |data split | 47,124 | 8,316|
89
 
90
  ## Dataset Creation
91
 
@@ -123,7 +123,11 @@ The dataset does not contain any additional annotations.
123
 
124
  ## Considerations for Using the Data
125
 
126
- ### Discussion of Social Impact and Biases
 
 
 
 
127
 
128
  [More Information Needed]
129
 
83
 
84
  The data is split into a training and testing. The split is organized as the following
85
 
86
+ | | train | test |
87
+ |------------|-------:|------:|
88
+ | data split | 47,124 | 8,316 |
89
 
90
  ## Dataset Creation
91
 
123
 
124
  ## Considerations for Using the Data
125
 
126
+ ### Social Impact of Dataset
127
+
128
+ [More Information Needed]
129
+
130
+ ### Discussion of Biases
131
 
132
  [More Information Needed]
133