File size: 572 Bytes
37c67d0 05c0ec2 37c67d0 5c990c8 37c67d0 57ba830 37c67d0 57ba830 0f35640 37c67d0 57ba830 37c67d0 57ba830 37c67d0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
{
"architectures": [
"BertModel"
],
"model_type" : "bert",
"num_hidden_layers": 12,
"max_position_embeddings": 512,
"type_vocab_size": 2,
"attention_probs_dropout_prob": 0.1,
"pooler_size_per_head": 128,
"hidden_size": 768,
"num_attention_heads": 12,
"initializer_range": 0.02,
"pooler_num_fc_layers": 3,
"pooler_fc_size": 768,
"hidden_act": "gelu",
"directionality": "bidi",
"vocab_size": 64000,
"pooler_num_attention_heads": 12,
"pooler_type": "first_token_transform",
"hidden_dropout_prob": 0.1,
"intermediate_size": 3072
} |