Datasets:

Tasks:
Other
Languages:
English
Multilinguality:
monolingual
Size Categories:
100K<n<1M
Language Creators:
found
Annotations Creators:
no-annotation
Source Datasets:
original
ArXiv:
License:
albertvillanova HF staff commited on
Commit
bddb8df
1 Parent(s): 5b4c871

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 +7 -8
README.md CHANGED
@@ -37,7 +37,7 @@ paperswithcode_id: cord-19
37
  pretty_name: CORD-19
38
  ---
39
 
40
- # Dataset Card Creation Guide
41
 
42
  ## Table of Contents
43
  - [Dataset Description](#dataset-description)
@@ -147,14 +147,13 @@ Extra fields based on selected configuration during loading:
147
 
148
  No annotation provided in this dataset so all instances are provided in training split.
149
 
150
- The sizes of each configurations are:
151
-
152
- | | Tain |
153
- | ----- | ------ |
154
- | metadata | 368618 |
155
- | fulltext | 368618 |
156
- | embeddings | 368618 |
157
 
 
 
 
 
 
158
 
159
  ## Dataset Creation
160
 
 
37
  pretty_name: CORD-19
38
  ---
39
 
40
+ # Dataset Card for CORD-19
41
 
42
  ## Table of Contents
43
  - [Dataset Description](#dataset-description)
 
147
 
148
  No annotation provided in this dataset so all instances are provided in training split.
149
 
150
+ The sizes of each configuration are:
 
 
 
 
 
 
151
 
152
+ | | train |
153
+ |------------|-------:|
154
+ | metadata | 368618 |
155
+ | fulltext | 368618 |
156
+ | embeddings | 368618 |
157
 
158
  ## Dataset Creation
159