albertvillanova HF staff commited on
Commit
4fd862c
1 Parent(s): 47fa199

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 +4 -4
README.md CHANGED
@@ -21,7 +21,7 @@ paperswithcode_id: e2e
21
  pretty_name: End-to-End NLG Challenge
22
  ---
23
 
24
- # Dataset Card Creation Guide
25
 
26
  ## Table of Contents
27
  - [Dataset Description](#dataset-description)
@@ -103,9 +103,9 @@ Each MR consists of 3–8 attributes (slots), such as name, food or area, and th
103
 
104
  The dataset is split into training, validation and testing sets (in a 76.5-8.5-15 ratio), keeping a similar distribution of MR and reference text lengths and ensuring that MRs in different sets are distinct.
105
 
106
- | | Tain | Valid | Test |
107
- | ----- | ------ | ----- | ---- |
108
- | N. Instances | 42061 | 4672 | 4693 |
109
 
110
  ## Dataset Creation
111
 
 
21
  pretty_name: End-to-End NLG Challenge
22
  ---
23
 
24
+ # Dataset Card for End-to-End NLG Challenge
25
 
26
  ## Table of Contents
27
  - [Dataset Description](#dataset-description)
 
103
 
104
  The dataset is split into training, validation and testing sets (in a 76.5-8.5-15 ratio), keeping a similar distribution of MR and reference text lengths and ensuring that MRs in different sets are distinct.
105
 
106
+ | | train | validation | test |
107
+ | ----- |-------:|------------:|------:|
108
+ | N. Instances | 42061 | 4672 | 4693 |
109
 
110
  ## Dataset Creation
111