test-plato-model / config.json
sijunhe's picture
Upload with huggingface_hub
26f67d9
{
"architectures": [
"UnifiedTransformerModel"
],
"attention_probs_dropout_prob": 0.1,
"bos_token_id": 1,
"dtype": "float32",
"eos_token_id": 2,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"initializer_range": 0.02,
"intermediate_size": 3072,
"mask_token_id": 30000,
"max_position_embeddings": 512,
"model_type": "unified_transformer",
"normalize_before": true,
"num_attention_heads": 12,
"num_hidden_layers": 6,
"pad_token_id": 0,
"paddlenlp_version": null,
"role_type_size": null,
"type_vocab_size": 2,
"unk_token_id": 0,
"vocab_size": 30001
}