uie-m-base / model_config.json
sijunhe's picture
Upload with huggingface_hub
ae6e345
raw
history blame
413 Bytes
{
"init_args": [
{
"attention_probs_dropout_prob": 0.1,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"initializer_range": 0.02,
"max_position_embeddings": 514,
"num_attention_heads": 12,
"num_hidden_layers": 12,
"vocab_size": 250002,
"pad_token_id": 1,
"init_class": "ErnieMModel"
}
],
"init_class": "UIEM"
}