File size: 393 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": 1024,
"text_initializer_range": 0.02,
"text_intermediate_size": 4096,
"text_max_position_embeddings": 512,
"text_num_attention_heads": 16,
"text_num_hidden_layers": 24,
"text_type_vocab_size": 2
} |