pietrolesci
commited on
Commit
•
380a246
1
Parent(s):
bfb9209
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -8,7 +8,16 @@ configs:
|
|
8 |
path: data/train-*
|
9 |
- split: validation
|
10 |
path: data/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
dataset_info:
|
|
|
12 |
features:
|
13 |
- name: text
|
14 |
dtype: string
|
@@ -26,6 +35,26 @@ dataset_info:
|
|
26 |
num_examples: 500
|
27 |
download_size: 3181931245
|
28 |
dataset_size: 5975530087
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
---
|
30 |
# Dataset Card for "minipile"
|
31 |
|
|
|
8 |
path: data/train-*
|
9 |
- split: validation
|
10 |
path: data/validation-*
|
11 |
+
- config_name: pietrolesci__gpt2-minipile
|
12 |
+
data_files:
|
13 |
+
- split: test
|
14 |
+
path: pietrolesci__gpt2-minipile/test-*
|
15 |
+
- split: train
|
16 |
+
path: pietrolesci__gpt2-minipile/train-*
|
17 |
+
- split: validation
|
18 |
+
path: pietrolesci__gpt2-minipile/validation-*
|
19 |
dataset_info:
|
20 |
+
- config_name: default
|
21 |
features:
|
22 |
- name: text
|
23 |
dtype: string
|
|
|
35 |
num_examples: 500
|
36 |
download_size: 3181931245
|
37 |
dataset_size: 5975530087
|
38 |
+
- config_name: pietrolesci__gpt2-minipile
|
39 |
+
features:
|
40 |
+
- name: input_ids
|
41 |
+
sequence: int32
|
42 |
+
- name: attention_mask
|
43 |
+
sequence: int8
|
44 |
+
- name: uid
|
45 |
+
dtype: int64
|
46 |
+
splits:
|
47 |
+
- name: test
|
48 |
+
num_bytes: 75139680
|
49 |
+
num_examples: 14630
|
50 |
+
- name: train
|
51 |
+
num_bytes: 7633821696
|
52 |
+
num_examples: 1486336
|
53 |
+
- name: validation
|
54 |
+
num_bytes: 3543840
|
55 |
+
num_examples: 690
|
56 |
+
download_size: 2963368554
|
57 |
+
dataset_size: 7712505216
|
58 |
---
|
59 |
# Dataset Card for "minipile"
|
60 |
|