Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
1M<n<10M
Language Creators:
found
Annotations Creators:
no-annotation
Source Datasets:
original
Tags:
License:
albertvillanova HF staff commited on
Commit
0de28e5
1 Parent(s): 9159a62

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 +20 -6
README.md CHANGED
@@ -1,8 +1,24 @@
1
  ---
 
 
 
 
2
  languages:
3
  - en
4
- paperswithcode_id: openwebtext
 
 
 
5
  pretty_name: OpenWebText
 
 
 
 
 
 
 
 
 
6
  ---
7
 
8
  # Dataset Card for "openwebtext"
@@ -83,9 +99,9 @@ The data fields are the same among all splits.
83
 
84
  ### Data Splits
85
 
86
- | name | train |
87
- |----------|------:|
88
- |plain_text|8013769|
89
 
90
  ## Dataset Creation
91
 
@@ -150,10 +166,8 @@ The data fields are the same among all splits.
150
  howpublished{\url{http://Skylion007.github.io/OpenWebTextCorpus}},
151
  year={2019}
152
  }
153
-
154
  ```
155
 
156
-
157
  ### Contributions
158
 
159
  Thanks to [@richarddwang](https://github.com/richarddwang) for adding this dataset.
 
1
  ---
2
+ annotations_creators:
3
+ - no-annotation
4
+ language_creators:
5
+ - found
6
  languages:
7
  - en
8
+ licenses:
9
+ - cc0-1-0
10
+ multilinguality:
11
+ - monolingual
12
  pretty_name: OpenWebText
13
+ size_categories:
14
+ - 1M<n<10M
15
+ source_datasets:
16
+ - original
17
+ task_categories:
18
+ - sequence-modeling
19
+ task_ids:
20
+ - language-modeling
21
+ paperswithcode_id: openwebtext
22
  ---
23
 
24
  # Dataset Card for "openwebtext"
 
99
 
100
  ### Data Splits
101
 
102
+ | name | train |
103
+ |------------|--------:|
104
+ | plain_text | 8013769 |
105
 
106
  ## Dataset Creation
107
 
 
166
  howpublished{\url{http://Skylion007.github.io/OpenWebTextCorpus}},
167
  year={2019}
168
  }
 
169
  ```
170
 
 
171
  ### Contributions
172
 
173
  Thanks to [@richarddwang](https://github.com/richarddwang) for adding this dataset.