Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -65,4 +65,36 @@ configs:
|
|
65 |
path: raw/validation-*
|
66 |
- split: test
|
67 |
path: raw/test-*
|
|
|
|
|
|
|
68 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
path: raw/validation-*
|
66 |
- split: test
|
67 |
path: raw/test-*
|
68 |
+
license: odc-by
|
69 |
+
task_categories:
|
70 |
+
- text-generation
|
71 |
---
|
72 |
+
|
73 |
+
# gutenberg - clean
|
74 |
+
|
75 |
+
|
76 |
+
```yml
|
77 |
+
dataset_info:
|
78 |
+
- config_name: default
|
79 |
+
features:
|
80 |
+
- name: text
|
81 |
+
dtype: string
|
82 |
+
- name: label
|
83 |
+
dtype: string
|
84 |
+
- name: score
|
85 |
+
dtype: float64
|
86 |
+
- name: sha256
|
87 |
+
dtype: string
|
88 |
+
- name: word_count
|
89 |
+
dtype: int64
|
90 |
+
splits:
|
91 |
+
- name: train
|
92 |
+
num_bytes: 3444846235
|
93 |
+
num_examples: 9978
|
94 |
+
- name: validation
|
95 |
+
num_bytes: 198350533
|
96 |
+
num_examples: 574
|
97 |
+
- name: test
|
98 |
+
num_bytes: 193610734
|
99 |
+
num_examples: 565
|
100 |
+
```
|