Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -11,6 +11,10 @@ configs:
|
|
11 |
data_files:
|
12 |
- split: train
|
13 |
path: data/train-*
|
|
|
|
|
|
|
|
|
14 |
dataset_info:
|
15 |
features:
|
16 |
- name: text
|
@@ -25,8 +29,14 @@ dataset_info:
|
|
25 |
- name: train
|
26 |
num_bytes: 23918118724
|
27 |
num_examples: 5489000
|
28 |
-
|
29 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
---
|
31 |
Sampled version of [cerebras/SlimPajama-627B](https://huggingface.co/datasets/cerebras/SlimPajama-627B).
|
32 |
|
|
|
11 |
data_files:
|
12 |
- split: train
|
13 |
path: data/train-*
|
14 |
+
- split: validation
|
15 |
+
path: data/validation-*
|
16 |
+
- split: test
|
17 |
+
path: data/test-*
|
18 |
dataset_info:
|
19 |
features:
|
20 |
- name: text
|
|
|
29 |
- name: train
|
30 |
num_bytes: 23918118724
|
31 |
num_examples: 5489000
|
32 |
+
- name: validation
|
33 |
+
num_bytes: 39109042
|
34 |
+
num_examples: 9347
|
35 |
+
- name: test
|
36 |
+
num_bytes: 40114950
|
37 |
+
num_examples: 9346
|
38 |
+
download_size: 14048972121
|
39 |
+
dataset_size: 23997342716
|
40 |
---
|
41 |
Sampled version of [cerebras/SlimPajama-627B](https://huggingface.co/datasets/cerebras/SlimPajama-627B).
|
42 |
|