lhoestq HF staff commited on
Commit
0ac726b
1 Parent(s): 8ba53c5

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -21,6 +21,17 @@ task_ids:
21
  - language-modeling
22
  - masked-language-modeling
23
  paperswithcode_id: bookcorpus
 
 
 
 
 
 
 
 
 
 
 
24
  ---
25
 
26
  # Dataset Card for BookCorpus
@@ -171,4 +182,4 @@ A data sheet for this dataset has also been created and published in [Addressing
171
 
172
  ### Contributions
173
 
174
- Thanks to [@lewtun](https://github.com/lewtun), [@richarddwang](https://github.com/richarddwang), [@lhoestq](https://github.com/lhoestq), [@thomwolf](https://github.com/thomwolf) for adding this dataset.
21
  - language-modeling
22
  - masked-language-modeling
23
  paperswithcode_id: bookcorpus
24
+ dataset_info:
25
+ features:
26
+ - name: text
27
+ dtype: string
28
+ config_name: plain_text
29
+ splits:
30
+ - name: train
31
+ num_bytes: 4853859824
32
+ num_examples: 74004228
33
+ download_size: 1179510242
34
+ dataset_size: 4853859824
35
  ---
36
 
37
  # Dataset Card for BookCorpus
182
 
183
  ### Contributions
184
 
185
+ Thanks to [@lewtun](https://github.com/lewtun), [@richarddwang](https://github.com/richarddwang), [@lhoestq](https://github.com/lhoestq), [@thomwolf](https://github.com/thomwolf) for adding this dataset.