Datasets:
Tasks:
Text Generation
Sub-tasks:
language-modeling
Languages:
English
Size:
10K<n<100K
ArXiv:
License:
Adds the file paths to the splits
Browse filesthis 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.
README.md
CHANGED
@@ -30,17 +30,18 @@ dataset_info:
|
|
30 |
- name: text
|
31 |
dtype: string
|
32 |
splits:
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
|
|
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"
|