albertvillanova HF staff commited on
Commit
e0a024e
1 Parent(s): eb721b6

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: gutenberg-poem-dataset
21
  pretty_name: Gutenberg Poem Dataset
22
  ---
23
 
24
- # Dataset Card Creation Guide
25
 
26
  ## Table of Contents
27
  - [Dataset Description](#dataset-description)
@@ -90,9 +90,9 @@ Example of one instance in the dataset.
90
 
91
  The dataset is split into a `train`, `validation`, and `test` split with the following sizes:
92
 
93
- | | Tain | Valid | Test |
94
- | ----- | ------ | ----- | ----- |
95
- | Number of examples | 892 | 105 | 104 |
96
 
97
 
98
 
 
21
  pretty_name: Gutenberg Poem Dataset
22
  ---
23
 
24
+ # Dataset Card for Gutenberg Poem Dataset
25
 
26
  ## Table of Contents
27
  - [Dataset Description](#dataset-description)
 
90
 
91
  The dataset is split into a `train`, `validation`, and `test` split with the following sizes:
92
 
93
+ | | train | validation | test |
94
+ |--------------------|------:|-----------:|-----:|
95
+ | Number of examples | 892 | 105 | 104 |
96
 
97
 
98