unimo-text-1.0-large / config.json
sijunhe's picture
Upload with huggingface_hub
75902f1
{
"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": 1024,
"initializer_range": 0.02,
"intermediate_size": 4096,
"mask_token_id": 3,
"max_position_embeddings": 512,
"model_type": "unimo",
"normalize_before": false,
"num_attention_heads": 16,
"num_hidden_layers": 24,
"pad_token_id": 0,
"paddlenlp_version": null,
"type_vocab_size": 4,
"unk_token_id": 12088,
"vocab_size": 12800
}