angie-chen55 commited on
Commit
a3fd301
1 Parent(s): 682dc38

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: input_ids
5
+ sequence: int32
6
+ - name: token_type_ids
7
+ sequence: int8
8
+ - name: attention_mask
9
+ sequence: int8
10
+ - name: heads
11
+ sequence: int64
12
+ - name: relns
13
+ sequence: int8
14
+ splits:
15
+ - name: train
16
+ num_bytes: 73863703574
17
+ num_examples: 9593815
18
+ - name: validation
19
+ num_bytes: 3887372604
20
+ num_examples: 504918
21
+ download_size: 16897147862
22
+ dataset_size: 77751076178
23
+ ---
24
+ # Dataset Card for "bert_pretraining_data"
25
+
26
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)