MiniGPT-from-Scratch / config.json
Rupa421's picture
Upload config.json with huggingface_hub
daca1ec verified
Raw
History Blame Contribute Delete
203 Bytes
{
"vocab_size": 65,
"block_size": 64,
"n_embd": 128,
"n_heads": 4,
"n_layers": 4,
"dropout": 0.1,
"framework": "PyTorch",
"architecture": "Decoder-only Transformer (MiniGPT)"
}