entelecheia commited on
Commit
3a735c1
1 Parent(s): aecc32e

commit from yj.lee

Browse files
Files changed (4) hide show
  1. config.json +20 -0
  2. pytorch_model.bin +3 -0
  3. tokenizer_config.json +4 -0
  4. vocab.txt +0 -0
config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "attention_probs_dropout_prob": 0.1,
3
+ "directionality": "bidi",
4
+ "hidden_act": "gelu",
5
+ "hidden_dropout_prob": 0.1,
6
+ "hidden_size": 768,
7
+ "initializer_range": 0.02,
8
+ "intermediate_size": 3072,
9
+ "max_position_embeddings": 512,
10
+ "model_type": "bert",
11
+ "num_attention_heads": 12,
12
+ "num_hidden_layers": 12,
13
+ "pooler_fc_size": 768,
14
+ "pooler_num_attention_heads": 12,
15
+ "pooler_num_fc_layers": 3,
16
+ "pooler_size_per_head": 128,
17
+ "pooler_type": "first_token_transform",
18
+ "type_vocab_size": 2,
19
+ "vocab_size": 32000
20
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69b799f5365f0bc0a4e8775f1b41c8fc5f0f386cfc95a6ac03984c1093a4afda
3
+ size 445025130
tokenizer_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "do_lower_case": false,
3
+ "model_max_length": 512
4
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff