Tongjilibo commited on
Commit
0ffe3ad
1 Parent(s): 429df59

Upload 2 files

Browse files
Files changed (2) hide show
  1. bert4torch_config.json +15 -0
  2. vocab.txt +0 -0
bert4torch_config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "num_attention_heads": 12,
11
+ "num_hidden_layers": 12,
12
+ "type_vocab_size": 0,
13
+ "vocab_size": 21128,
14
+ "application": "lm"
15
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff