MiniGPT-Wiki103 / config.json
m4vic's picture
Upload config.json with huggingface_hub
aad0166 verified
raw
history blame contribute delete
135 Bytes
{
"vocab_size": 50257,
"max_seq_len": 128,
"embedding_dim": 256,
"num_heads": 8,
"num_layers": 4,
"dropout": 0.1
}