Canstralian commited on
Commit
f38c123
·
verified ·
1 Parent(s): b7723f4

Create hf_model/config.json

Browse files
Files changed (1) hide show
  1. hf_model/config.json +15 -0
hf_model/config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "transformer",
3
+ "architecture": "BERT",
4
+ "num_labels": 2,
5
+ "vocab_size": 30522,
6
+ "hidden_size": 768,
7
+ "num_hidden_layers": 12,
8
+ "num_attention_heads": 12,
9
+ "intermediate_size": 3072,
10
+ "max_position_embeddings": 512,
11
+ "hidden_dropout_prob": 0.1,
12
+ "attention_probs_dropout_prob": 0.1,
13
+ "initializer_range": 0.02,
14
+ "layer_norm_eps": 1e-12
15
+ }