orionweller
commited on
Commit
•
ddccc9d
1
Parent(s):
e47b12e
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
- config_name: c4
|
4 |
+
features:
|
5 |
+
- name: text
|
6 |
+
dtype: string
|
7 |
+
- name: id
|
8 |
+
dtype: string
|
9 |
+
splits:
|
10 |
+
- name: train
|
11 |
+
num_examples: 8596372
|
12 |
+
- config_name: msmarco
|
13 |
+
features:
|
14 |
+
- name: text
|
15 |
+
dtype: string
|
16 |
+
- name: id
|
17 |
+
dtype: string
|
18 |
+
splits:
|
19 |
+
- name: train
|
20 |
+
num_examples: 8596372
|
21 |
+
configs:
|
22 |
+
- config_name: c4
|
23 |
+
data_files:
|
24 |
+
- split: train
|
25 |
+
path: c4/*.zstd
|
26 |
+
- config_name: msmarco
|
27 |
+
data_files:
|
28 |
+
- split: train
|
29 |
+
path: msmarco/*.zstd
|
30 |
+
---
|
31 |
+
|
32 |
+
This dataset contains two configurations: c4 and msmarco, both stored in gz format
|