File size: 367 Bytes
2913445 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
{
"vocab_size": 30522,
"embedding_dim": 256,
"num_layers": 6,
"num_heads": 8,
"dropout": 0.1,
"max_position_embeddings": 512,
"hidden_size": 256,
"num_attention_heads": 8,
"intermediate_size": 2048,
"hidden_act": "gelu",
"initializer_range": 0.02,
"layer_norm_eps": 1e-12,
"attention_probs_dropout_prob": 0.1,
"hidden_dropout_prob": 0.1
}
|