add dataset_info in dataset metadata
Browse files
README.md
CHANGED
|
@@ -20,6 +20,19 @@ task_categories:
|
|
| 20 |
task_ids:
|
| 21 |
- language-modeling
|
| 22 |
- masked-language-modeling
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
---
|
| 24 |
|
| 25 |
# Dataset Card for the_pile_books3
|
|
@@ -168,4 +181,4 @@ MIT
|
|
| 168 |
### Contributions
|
| 169 |
|
| 170 |
Thanks to [@shawwn](https://github.com/shawwn) for creating this dataset.
|
| 171 |
-
Thanks to [@richarddwang](https://github.com/richarddwang) for adding this dataset.
|
|
|
|
| 20 |
task_ids:
|
| 21 |
- language-modeling
|
| 22 |
- masked-language-modeling
|
| 23 |
+
dataset_info:
|
| 24 |
+
features:
|
| 25 |
+
- name: title
|
| 26 |
+
dtype: string
|
| 27 |
+
- name: text
|
| 28 |
+
dtype: string
|
| 29 |
+
config_name: plain_text
|
| 30 |
+
splits:
|
| 31 |
+
- name: train
|
| 32 |
+
num_bytes: 108392037000
|
| 33 |
+
num_examples: 196639
|
| 34 |
+
download_size: 39516981435
|
| 35 |
+
dataset_size: 108392037000
|
| 36 |
---
|
| 37 |
|
| 38 |
# Dataset Card for the_pile_books3
|
|
|
|
| 181 |
### Contributions
|
| 182 |
|
| 183 |
Thanks to [@shawwn](https://github.com/shawwn) for creating this dataset.
|
| 184 |
+
Thanks to [@richarddwang](https://github.com/richarddwang) for adding this dataset.
|