ernie-2.0-large-en / config.json
rightyonghu
update model
fb01ac1
raw
history blame
503 Bytes
{
"attention_probs_dropout_prob": 0.1,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 1024,
"initializer_range": 0.02,
"max_position_embeddings": 512,
"num_attention_heads": 16,
"num_hidden_layers": 24,
"sent_type_vocab_size": 4,
"task_type_vocab_size": 16,
"vocab_size": 30522,
"layer_norm_eps": 1e-05,
"model_type": "bert",
"architectures": [
"BertModel"
],
"type_vocab_size": 4,
"intermediate_size": 4096
}