Datasets:
readme
Browse files
README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
---
|
2 |
-
license:
|
|
|
3 |
task_categories:
|
4 |
- text-generation
|
5 |
language:
|
@@ -23,59 +24,65 @@ tags:
|
|
23 |
- art
|
24 |
- history
|
25 |
- philosophy
|
26 |
-
pretty_name: PES2O
|
27 |
size_categories:
|
28 |
- 10B<n<100B
|
29 |
source_datasets:
|
30 |
- allenai/s2orc
|
31 |
|
|
|
|
|
|
|
|
|
32 |
dataset_info:
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
|
|
|
|
|
|
|
|
|
|
75 |
|
76 |
-
config_names:
|
77 |
-
- v1
|
78 |
-
- v2
|
79 |
---
|
80 |
|
81 |
# PES2O ๐ฟ๐
|
|
|
1 |
---
|
2 |
+
license:
|
3 |
+
- odc-by
|
4 |
task_categories:
|
5 |
- text-generation
|
6 |
language:
|
|
|
24 |
- art
|
25 |
- history
|
26 |
- philosophy
|
27 |
+
pretty_name: PES2O (Pretraining Efficiently on S2ORC)
|
28 |
size_categories:
|
29 |
- 10B<n<100B
|
30 |
source_datasets:
|
31 |
- allenai/s2orc
|
32 |
|
33 |
+
config_names:
|
34 |
+
- v1
|
35 |
+
- v2
|
36 |
+
|
37 |
dataset_info:
|
38 |
+
- config_name: v1
|
39 |
+
features:
|
40 |
+
- name: added
|
41 |
+
dtype: string
|
42 |
+
- name: created
|
43 |
+
dtype: string
|
44 |
+
- name: id
|
45 |
+
dtype: string
|
46 |
+
- name: source
|
47 |
+
dtype: string
|
48 |
+
- name: text
|
49 |
+
dtype: string
|
50 |
+
- name: version
|
51 |
+
dtype: string
|
52 |
+
splits:
|
53 |
+
- name: train
|
54 |
+
num_bytes: 100145555091
|
55 |
+
num_examples: 67624463
|
56 |
+
- name: validation
|
57 |
+
num_bytes: 556447813
|
58 |
+
num_examples: 162551
|
59 |
+
download_size: 100702002904
|
60 |
+
dataset_size: 67787014
|
61 |
+
- config_name: v2
|
62 |
+
features:
|
63 |
+
- name: added
|
64 |
+
dtype: string
|
65 |
+
- name: created
|
66 |
+
dtype: string
|
67 |
+
- name: id
|
68 |
+
dtype: string
|
69 |
+
- name: source
|
70 |
+
dtype: string
|
71 |
+
- name: text
|
72 |
+
dtype: string
|
73 |
+
- name: version
|
74 |
+
dtype: string
|
75 |
+
splits:
|
76 |
+
- name: train
|
77 |
+
num_bytes: 86572382178
|
78 |
+
num_examples: 38811179
|
79 |
+
- name: validation
|
80 |
+
num_bytes: 556854302
|
81 |
+
num_examples: 161032
|
82 |
+
download_size: 87129236480
|
83 |
+
dataset_size: 38972211
|
84 |
+
|
85 |
|
|
|
|
|
|
|
86 |
---
|
87 |
|
88 |
# PES2O ๐ฟ๐
|