lyeonii commited on
Commit
728ed4b
1 Parent(s): e2e0ff0

Add bert-uncased-L8-H128-A2

Browse files
Files changed (3) hide show
  1. config.json +14 -0
  2. pytorch_model.bin +3 -0
  3. vocab.txt +0 -0
config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hidden_size": 128,
3
+ "hidden_act": "gelu",
4
+ "initializer_range": 0.02,
5
+ "vocab_size": 30522,
6
+ "hidden_dropout_prob": 0.1,
7
+ "num_attention_heads": 2,
8
+ "type_vocab_size": 2,
9
+ "max_position_embeddings": 512,
10
+ "num_hidden_layers": 8,
11
+ "intermediate_size": 512,
12
+ "attention_probs_dropout_prob": 0.1,
13
+ "model_type": "bert"
14
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6a26a29d6ed3b48cd0c1669dc62d9650e738196fc58ce054a9872bb4228f913
3
+ size 22551139
vocab.txt ADDED
The diff for this file is too large to render. See raw diff