Datasets:
Commit
·
f61c802
1
Parent(s):
3ff9b9d
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
@@ -114,10 +114,10 @@ Each dialog instance has the following fields:
|
|
114 |
|
115 |
The dataset is split into a `train`, `validation`, and `test` split with the following sizes:
|
116 |
|
117 |
-
|
|
118 |
-
|
119 |
-
| Number of dialogues
|
120 |
-
| Number of turns
|
121 |
|
122 |
|
123 |
## Dataset Creation
|
|
|
114 |
|
115 |
The dataset is split into a `train`, `validation`, and `test` split with the following sizes:
|
116 |
|
117 |
+
| | train | validation | test |
|
118 |
+
|---------------------|------:|-----------:|------:|
|
119 |
+
| Number of dialogues | 16142 | 2482 | 4201 |
|
120 |
+
| Number of turns | 48426 | 7446 | 12603 |
|
121 |
|
122 |
|
123 |
## Dataset Creation
|