Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
- config_name: filtered
|
4 |
+
features:
|
5 |
+
- name: text
|
6 |
+
dtype: string
|
7 |
+
- name: id
|
8 |
+
dtype: string
|
9 |
+
splits:
|
10 |
+
- name: train
|
11 |
+
num_bytes: 8777587297.907892
|
12 |
+
num_examples: 1949895
|
13 |
+
download_size: 4461401898
|
14 |
+
dataset_size: 8777587297.907892
|
15 |
+
- config_name: dedup
|
16 |
+
features:
|
17 |
+
- name: text
|
18 |
+
dtype: string
|
19 |
+
- name: id
|
20 |
+
dtype: string
|
21 |
+
splits:
|
22 |
+
- name: train
|
23 |
+
num_bytes: 8777587297.907892
|
24 |
+
num_examples: 1949895
|
25 |
+
download_size: 4461401898
|
26 |
+
dataset_size: 8777587297.907892
|
27 |
+
- config_name: ppl
|
28 |
+
features:
|
29 |
+
- name: text
|
30 |
+
dtype: string
|
31 |
+
- name: id
|
32 |
+
dtype: string
|
33 |
+
splits:
|
34 |
+
- name: train
|
35 |
+
num_bytes: 8777587297.907892
|
36 |
+
num_examples: 1949895
|
37 |
+
download_size: 4461401898
|
38 |
+
dataset_size: 8777587297.907892
|
39 |
+
configs:
|
40 |
+
- config_name: filtered
|
41 |
+
data_files:
|
42 |
+
- split: train
|
43 |
+
path: filtered/train-*
|
44 |
+
- config_name: dedup
|
45 |
+
data_files:
|
46 |
+
- split: train
|
47 |
+
path: dedup/train-*
|
48 |
+
- config_name: ppl
|
49 |
+
data_files:
|
50 |
+
- split: train
|
51 |
+
path: ppl/train-*
|
52 |
+
license: apache-2.0
|
53 |
+
language:
|
54 |
+
- en
|
55 |
+
tags:
|
56 |
+
- synthetic
|
57 |
+
---
|