Commit
·
518beae
1
Parent(s):
f0b9cd8
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
|
@@ -26,7 +26,7 @@ paperswithcode_id: dart
|
|
| 26 |
pretty_name: DART
|
| 27 |
---
|
| 28 |
|
| 29 |
-
# Dataset Card
|
| 30 |
|
| 31 |
## Table of Contents
|
| 32 |
- [Dataset Description](#dataset-description)
|
|
@@ -109,9 +109,9 @@ The different fields are:
|
|
| 109 |
|
| 110 |
There are three splits, train, validation and test:
|
| 111 |
|
| 112 |
-
| |
|
| 113 |
-
| -----
|
| 114 |
-
| N. Examples | 30526
|
| 115 |
|
| 116 |
## Dataset Creation
|
| 117 |
|
|
|
|
| 26 |
pretty_name: DART
|
| 27 |
---
|
| 28 |
|
| 29 |
+
# Dataset Card for DART
|
| 30 |
|
| 31 |
## Table of Contents
|
| 32 |
- [Dataset Description](#dataset-description)
|
|
|
|
| 109 |
|
| 110 |
There are three splits, train, validation and test:
|
| 111 |
|
| 112 |
+
| | train | validation | test |
|
| 113 |
+
| ----- |------:|-----------:|-----:|
|
| 114 |
+
| N. Examples | 30526 | 2768 | 6959 |
|
| 115 |
|
| 116 |
## Dataset Creation
|
| 117 |
|