Datasets:
Commit
·
bc53572
1
Parent(s):
2f1a5d7
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
@@ -155,21 +155,21 @@ Knowledge Base data fields:
|
|
155 |
|
156 |
The conversation dataset is split into a `train`, `validation`, and `test` split with the following sizes:
|
157 |
|
158 |
-
|
|
159 |
-
|
160 |
-
| travel
|
161 |
-
| film
|
162 |
-
| music
|
163 |
-
| all
|
164 |
|
165 |
The Knowledge base dataset is having only train split with following sizes:
|
166 |
|
167 |
-
|
|
168 |
-
|
169 |
-
| travel
|
170 |
-
| film
|
171 |
-
| music
|
172 |
-
| all
|
173 |
|
174 |
## Dataset Creation
|
175 |
|
|
|
155 |
|
156 |
The conversation dataset is split into a `train`, `validation`, and `test` split with the following sizes:
|
157 |
|
158 |
+
| | train | validation | test |
|
159 |
+
|--------|------:|-----------:|-----:|
|
160 |
+
| travel | 1200 | 1200 | 1200 |
|
161 |
+
| film | 1200 | 150 | 150 |
|
162 |
+
| music | 1200 | 150 | 150 |
|
163 |
+
| all | 3600 | 450 | 450 |
|
164 |
|
165 |
The Knowledge base dataset is having only train split with following sizes:
|
166 |
|
167 |
+
| | train |
|
168 |
+
|--------|------:|
|
169 |
+
| travel | 1154 |
|
170 |
+
| film | 8090 |
|
171 |
+
| music | 4441 |
|
172 |
+
| all | 13685 |
|
173 |
|
174 |
## Dataset Creation
|
175 |
|