albertvillanova HF staff commited on
Commit
cb12330
1 Parent(s): 6fefe82

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 -4
README.md CHANGED
@@ -5,7 +5,8 @@ language_creators:
5
  - expert-generated
6
  languages:
7
  - en
8
- licenses: []
 
9
  multilinguality:
10
  - monolingual
11
  size_categories:
@@ -143,9 +144,9 @@ An example from the DialogRE train set looks as follows:
143
 
144
  The data is split into a training, validation and test set as per the original dataset split.
145
 
146
- | | Tain | Valid | Test |
147
- | --------------------- | ---- | ----- | ---- |
148
- | Input dialog examples | 1073 | 358 | 357 |
149
 
150
  ## Dataset Creation
151
 
 
5
  - expert-generated
6
  languages:
7
  - en
8
+ licenses:
9
+ - other-non-commercial-research-purpose-only
10
  multilinguality:
11
  - monolingual
12
  size_categories:
 
144
 
145
  The data is split into a training, validation and test set as per the original dataset split.
146
 
147
+ | | train | validation | test |
148
+ | --------------------- |-------:|------------:|------:|
149
+ | Input dialog examples | 1073 | 358 | 357 |
150
 
151
  ## Dataset Creation
152