Datasets:

Languages:
English
ArXiv:
License:
Tonic commited on
Commit
9d2f88d
·
verified ·
1 Parent(s): 4d28bd7

Adds the file paths to the splits

Browse files

this will correctly render the splits in a dataset viewer and improve the presentation of this dataset on huggingface . a parquet conversion might be initialized once the dataset is correctly described. thanks for publishing a favorite dataset of ours.

Files changed (1) hide show
  1. README.md +12 -11
README.md CHANGED
@@ -30,17 +30,18 @@ dataset_info:
30
  - name: text
31
  dtype: string
32
  splits:
33
- - name: train
34
- num_bytes: 11453688452
35
- num_examples: 28602
36
- - name: validation
37
- num_bytes: 17402295
38
- num_examples: 50
39
- - name: test
40
- num_bytes: 40482852
41
- num_examples: 100
42
- download_size: 11740397875
43
- dataset_size: 11511573599
 
44
  ---
45
 
46
  # Dataset Card for "pg19"
 
30
  - name: text
31
  dtype: string
32
  splits:
33
+ - name: train
34
+ num_bytes: 11453688452
35
+ num_examples: 28602
36
+ path: deepmind/pg19/data/train_files.txt
37
+ - name: validation
38
+ num_bytes: 17402295
39
+ num_examples: 50
40
+ path: deepmind/pg19/data/validation_files.txt
41
+ - name: test
42
+ num_bytes: 40482852
43
+ num_examples: 100
44
+ path: deepmind/pg19/data/test_files.txt
45
  ---
46
 
47
  # Dataset Card for "pg19"