unimo-text-1.0 / config.json
sijunhe's picture
Upload with huggingface_hub
b319dc3
{
"architectures": [
"UNIMOLMHeadModel"
],
"attention_probs_dropout_prob": 0.1,
"bos_token_id": 1,
"dtype": "float32",
"eos_token_id": 3,
"hidden_act": "relu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"initializer_range": 0.02,
"intermediate_size": 3072,
"mask_token_id": 3,
"max_position_embeddings": 513,
"model_type": "unimo",
"normalize_before": false,
"num_attention_heads": 12,
"num_hidden_layers": 12,
"pad_token_id": 0,
"paddlenlp_version": null,
"type_vocab_size": 4,
"unk_token_id": 17963,
"vocab_size": 18000
}