TobiasLee commited on
Commit
602f66e
1 Parent(s): dca54a5
Files changed (4) hide show
  1. README.md +5 -0
  2. config.json +19 -0
  3. pytorch_model.bin +3 -0
  4. vocab.txt +0 -0
README.md ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
1
+ # BERT-uncased-2L-768H
2
+
3
+ This is a converted pytorch checkpoint for bert with 2L trained from scratch.
4
+
5
+ See [Google BERT](https://github.com/google-research/bert) for details.
config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BertForMaskedLM"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "hidden_act": "gelu",
7
+ "hidden_dropout_prob": 0.1,
8
+ "hidden_size": 768,
9
+ "initializer_range": 0.02,
10
+ "intermediate_size": 3072,
11
+ "layer_norm_eps": 1e-12,
12
+ "max_position_embeddings": 512,
13
+ "model_type": "bert",
14
+ "num_attention_heads": 12,
15
+ "num_hidden_layers": 2,
16
+ "pad_token_id": 0,
17
+ "type_vocab_size": 2,
18
+ "vocab_size": 30522
19
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a95d877370c1b9f16c6ae40ebbcfd902aac8c89e69d35f129ae47296df88d96
3
+ size 156933910
vocab.txt ADDED
The diff for this file is too large to render. See raw diff