Datasets:
Commit
·
2a22f4c
1
Parent(s):
4c703a0
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
|
@@ -21,10 +21,10 @@ task_ids:
|
|
| 21 |
- multi-class-classification
|
| 22 |
- named-entity-recognition
|
| 23 |
paperswithcode_id: limit
|
| 24 |
-
pretty_name:
|
| 25 |
---
|
| 26 |
|
| 27 |
-
# Dataset Card
|
| 28 |
|
| 29 |
## Table of Contents
|
| 30 |
- [Dataset Description](#dataset-description)
|
|
@@ -109,9 +109,9 @@ Example of one instance in the dataset
|
|
| 109 |
|
| 110 |
The dataset is split into a `train`, and `test` split with the following sizes:
|
| 111 |
|
| 112 |
-
| |
|
| 113 |
-
| -----
|
| 114 |
-
| Number of examples | 23559
|
| 115 |
|
| 116 |
## Dataset Creation
|
| 117 |
|
|
|
|
| 21 |
- multi-class-classification
|
| 22 |
- named-entity-recognition
|
| 23 |
paperswithcode_id: limit
|
| 24 |
+
pretty_name: LiMiT
|
| 25 |
---
|
| 26 |
|
| 27 |
+
# Dataset Card for LiMiT
|
| 28 |
|
| 29 |
## Table of Contents
|
| 30 |
- [Dataset Description](#dataset-description)
|
|
|
|
| 109 |
|
| 110 |
The dataset is split into a `train`, and `test` split with the following sizes:
|
| 111 |
|
| 112 |
+
| | train | validation |
|
| 113 |
+
| ----- |------:|-----------:|
|
| 114 |
+
| Number of examples | 23559 | 1000 |
|
| 115 |
|
| 116 |
## Dataset Creation
|
| 117 |
|