Datasets:
Commit
•
bc17f42
1
Parent(s):
b266a81
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
@@ -108,10 +108,10 @@ A typical data point comprises a `question`, it's `answer` the `language` of the
|
|
108 |
|
109 |
The data is split into a training, validation and test set for each of the two configurations.
|
110 |
|
111 |
-
|
|
112 |
-
|
113 |
-
| XOR Retrieve
|
114 |
-
| XOR Full
|
115 |
|
116 |
## Dataset Creation
|
117 |
|
|
|
108 |
|
109 |
The data is split into a training, validation and test set for each of the two configurations.
|
110 |
|
111 |
+
| | train | validation | test |
|
112 |
+
|--------------|------:|-----------:|-----:|
|
113 |
+
| XOR Retrieve | 15250 | 2113 | 2501 |
|
114 |
+
| XOR Full | 61360 | 3179 | 8177 |
|
115 |
|
116 |
## Dataset Creation
|
117 |
|