spachava commited on
Commit
9e943a6
·
1 Parent(s): 437c196

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -1,3 +1,26 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: mit
3
+ dataset_info:
4
+ config_name: gpt2-tokenized
5
+ features:
6
+ - name: input_ids
7
+ sequence: int32
8
+ - name: attention_mask
9
+ sequence: int8
10
+ splits:
11
+ - name: train
12
+ num_bytes: 42949162328
13
+ num_examples: 7613081
14
+ - name: validation
15
+ num_bytes: 2274964454
16
+ num_examples: 400688
17
+ download_size: 17282982051
18
+ dataset_size: 45224126782
19
+ configs:
20
+ - config_name: gpt2-tokenized
21
+ data_files:
22
+ - split: train
23
+ path: gpt2-tokenized/train-*
24
+ - split: validation
25
+ path: gpt2-tokenized/validation-*
26
  ---