Datasets:
Sub-tasks:
dialogue-modeling
Languages:
English
Size:
10K<n<100K
Tags:
conversational-curiosity
License:
Commit
·
62197cc
1
Parent(s):
184bb68
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
@@ -213,9 +213,9 @@ An example from the Curiosity Dataset train set looks as follows:
|
|
213 |
|
214 |
The data is split into a training, validation, test and test_zero set as per the original dataset split.
|
215 |
|
216 |
-
| |
|
217 |
-
|
218 |
-
| Input dialog examples | 10287 |
|
219 |
|
220 |
## Dataset Creation
|
221 |
|
|
|
213 |
|
214 |
The data is split into a training, validation, test and test_zero set as per the original dataset split.
|
215 |
|
216 |
+
| | train | validation | test | test_zero |
|
217 |
+
|-----------------------|------:|-----------:|-----:|----------:|
|
218 |
+
| Input dialog examples | 10287 | 1287 | 1287 | 1187 |
|
219 |
|
220 |
## Dataset Creation
|
221 |
|