Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -8,7 +8,16 @@ configs:
|
|
8 |
path: data/validation-*
|
9 |
- split: test
|
10 |
path: data/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
dataset_info:
|
|
|
12 |
features:
|
13 |
- name: id
|
14 |
dtype: string
|
@@ -30,6 +39,22 @@ dataset_info:
|
|
30 |
num_examples: 149300
|
31 |
download_size: 9703633440
|
32 |
dataset_size: 16177629413.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
---
|
34 |
# Dataset Card for "wikipedia-deduped"
|
35 |
|
|
|
8 |
path: data/validation-*
|
9 |
- split: test
|
10 |
path: data/test-*
|
11 |
+
- config_name: text-only
|
12 |
+
data_files:
|
13 |
+
- split: train
|
14 |
+
path: text-only/train-*
|
15 |
+
- split: validation
|
16 |
+
path: text-only/validation-*
|
17 |
+
- split: test
|
18 |
+
path: text-only/test-*
|
19 |
dataset_info:
|
20 |
+
- config_name: default
|
21 |
features:
|
22 |
- name: id
|
23 |
dtype: string
|
|
|
39 |
num_examples: 149300
|
40 |
download_size: 9703633440
|
41 |
dataset_size: 16177629413.0
|
42 |
+
- config_name: text-only
|
43 |
+
features:
|
44 |
+
- name: text
|
45 |
+
dtype: string
|
46 |
+
splits:
|
47 |
+
- name: train
|
48 |
+
num_bytes: 14834731398.280304
|
49 |
+
num_examples: 5673373
|
50 |
+
- name: validation
|
51 |
+
num_bytes: 390386911.46022856
|
52 |
+
num_examples: 149299
|
53 |
+
- name: test
|
54 |
+
num_bytes: 390389526.2594667
|
55 |
+
num_examples: 149300
|
56 |
+
download_size: 9374463601
|
57 |
+
dataset_size: 15615507835.999998
|
58 |
---
|
59 |
# Dataset Card for "wikipedia-deduped"
|
60 |
|