File size: 394 Bytes
f76d30f
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "vocab_size": 21128,
    "text_attention_probs_dropout_prob": 0.1, 
    "text_hidden_act": "gelu", 
    "text_hidden_dropout_prob": 0.1, 
    "text_hidden_size": 768,
    "text_initializer_range": 0.02, 
    "text_intermediate_size": 3072, 
    "text_max_position_embeddings": 512, 
    "text_num_attention_heads": 12, 
    "text_num_hidden_layers": 12, 
    "text_type_vocab_size": 2  
}