MiniGPT-ES-120M / config.json
DarksitoBest's picture
Upload folder using huggingface_hub
70896a4 verified
Raw
History Blame Contribute Delete
505 Bytes
{
"architectures": [
"MiniGPTForCausalLM"
],
"model_type": "minigpt",
"vocab_size": 16000,
"hidden_size": 768,
"intermediate_size": 2048,
"num_hidden_layers": 12,
"num_attention_heads": 12,
"num_key_value_heads": 4,
"max_position_embeddings": 1024,
"rope_theta": 10000.0,
"hidden_act": "silu",
"rms_norm_eps": 1e-06,
"tie_word_embeddings": true,
"torch_dtype": "float16",
"transformers_version": "4.40.0",
"bos_token_id": 2,
"eos_token_id": 3,
"pad_token_id": 0
}