Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
100K<n<1M
Language Creators:
found
Annotations Creators:
found
Source Datasets:
original
Tags:
License:
albertvillanova HF staff commited on
Commit
88cbfd0
1 Parent(s): 1864061

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 +6 -6
README.md CHANGED
@@ -6,7 +6,7 @@ language_creators:
6
  languages:
7
  - en
8
  licenses:
9
- - gpl-3-0+
10
  multilinguality:
11
  - monolingual
12
  size_categories:
@@ -107,11 +107,11 @@ An example from PEC looks as follows:
107
  ### Data Splits
108
  The data is split into a training, validation and test set for each of the three domains. Note that the *all* domain is the concatenation of the *happy* and *offmychest* domains.
109
 
110
- | domain | Tain | Valid | Test |
111
- | ----- | ------ | ----- | ---- |
112
- | happy | 157195 | 19829 | 22730|
113
- | offmychest | 123968 | 16004 | 15324|
114
- | all | 281163 | 35833 | 38054|
115
 
116
  ## Dataset Creation
117
 
 
6
  languages:
7
  - en
8
  licenses:
9
+ - gpl-3-0
10
  multilinguality:
11
  - monolingual
12
  size_categories:
 
107
  ### Data Splits
108
  The data is split into a training, validation and test set for each of the three domains. Note that the *all* domain is the concatenation of the *happy* and *offmychest* domains.
109
 
110
+ | domain | train | validation | test |
111
+ |------------|-------:|-----------:|------:|
112
+ | happy | 157195 | 19829 | 22730 |
113
+ | offmychest | 123968 | 16004 | 15324 |
114
+ | all | 281163 | 35833 | 38054 |
115
 
116
  ## Dataset Creation
117