File size: 514 Bytes
74d0541
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "vocab_size": 30522,
    "tie_word_embeddings": true,
    "position_embedding_type": "absolute",
    "max_position_embeddings": 512,
    "hidden_size": 768,
    "num_hidden_layers": 12,
    "hidden_dropout_prob": 0.1,
    "layer_norm_eps": 1e-12,
    "num_attention_heads": 12,
    "attention_probs_dropout_prob": 0.1,
    "intermediate_size": 3072,
    "hidden_act": "gelu",
    "initializer_range": 0.02,
    "projection_dim": 0,
    "model_type": "bert",
    "architectures": [
        "BertModel"
    ]
}