Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
expert-generated
Annotations Creators:
expert-generated
Source Datasets:
original
ArXiv:
License:
lhoestq HF staff commited on
Commit
c4bef00
1 Parent(s): 2c86355

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +23 -1
README.md CHANGED
@@ -19,6 +19,28 @@ task_ids:
19
  - language-modeling
20
  paperswithcode_id: pg-19
21
  pretty_name: PG-19
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for "pg19"
@@ -186,4 +208,4 @@ The dataset is licensed under [Apache License, Version 2.0](https://www.apache.o
186
 
187
  ### Contributions
188
 
189
- Thanks to [@thomwolf](https://github.com/thomwolf), [@lewtun](https://github.com/lewtun), [@lucidrains](https://github.com/lucidrains), [@lhoestq](https://github.com/lhoestq) for adding this dataset.
 
19
  - language-modeling
20
  paperswithcode_id: pg-19
21
  pretty_name: PG-19
22
+ dataset_info:
23
+ features:
24
+ - name: short_book_title
25
+ dtype: string
26
+ - name: publication_date
27
+ dtype: int32
28
+ - name: url
29
+ dtype: string
30
+ - name: text
31
+ dtype: string
32
+ splits:
33
+ - name: test
34
+ num_bytes: 40482864
35
+ num_examples: 100
36
+ - name: train
37
+ num_bytes: 11453688524
38
+ num_examples: 28602
39
+ - name: validation
40
+ num_bytes: 17402307
41
+ num_examples: 50
42
+ download_size: 11740484131
43
+ dataset_size: 11511573695
44
  ---
45
 
46
  # Dataset Card for "pg19"
 
208
 
209
  ### Contributions
210
 
211
+ Thanks to [@thomwolf](https://github.com/thomwolf), [@lewtun](https://github.com/lewtun), [@lucidrains](https://github.com/lucidrains), [@lhoestq](https://github.com/lhoestq) for adding this dataset.