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
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 |
|
111 |
-
|
112 |
-
| happy | 157195 |
|
113 |
-
| offmychest | 123968 |
|
114 |
-
| all | 281163 |
|
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 |
|