uie-base / config.json
sijunhe's picture
Create config.json
b01a20a
raw
history blame
397 Bytes
{
"architectures": [
"UIE"
],
"attention_probs_dropout_prob": 0.1,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"initializer_range": 0.02,
"max_position_embeddings": 2048,
"num_attention_heads": 12,
"num_hidden_layers": 12,
"task_type_vocab_size": 3,
"type_vocab_size": 4,
"use_task_id": true,
"vocab_size": 40000,
"model_type": "ernie"
}