Peter-Chou commited on
Commit
782ef18
1 Parent(s): 969f650

initial commit

Browse files
Files changed (3) hide show
  1. config.json +18 -0
  2. pytorch_model.bin +3 -0
  3. vocab.txt +0 -0
config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "attention_probs_dropout_prob": 0.1,
3
+ "emb_size": 768,
4
+ "out_emb_size": 128,
5
+ "hidden_act": "gelu",
6
+ "hidden_dropout_prob": 0.1,
7
+ "hidden_size": 768,
8
+ "initializer_range": 0.02,
9
+ "max_position_embeddings": 512,
10
+ "num_attention_heads": 12,
11
+ "num_hidden_layers": 12,
12
+ "sent_type_vocab_size": 2,
13
+ "task_type_vocab_size": 3,
14
+ "vocab_size": 18018,
15
+ "layer_norm_eps": 1e-05,
16
+ "type_vocab_size": 2,
17
+ "intermediate_size": 3072
18
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:070f4b71cbbd30268f1730c0999b853423342f2fd23610869d5c94ae10e741f6
3
+ size 399585006
vocab.txt ADDED
The diff for this file is too large to render. See raw diff