albertvillanova HF staff commited on
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

Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -21,10 +21,10 @@ task_ids:
21
  - multi-class-classification
22
  - named-entity-recognition
23
  paperswithcode_id: limit
24
- pretty_name: Literal Motion in Text Dataset
25
  ---
26
 
27
- # Dataset Card Creation Guide
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
- | | Tain | Valid |
113
- | ----- | ------ | ----- |
114
- | Number of examples | 23559 | 1000 |
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