modeloChat_vireya / config.json
FernandoHPaiva's picture
Upload do GPT 124M custom
d637f47 verified
{
"architectures": [
"HFGPTModel"
],
"context_length": 256,
"drop_rate": 0.1,
"dtype": "float32",
"emb_dim": 768,
"model_type": "custom-gpt",
"n_heads": 12,
"n_layers": 12,
"qkv_bias": true,
"transformers_version": "4.56.1",
"vocab_size": 50257
}