FlavioRubensOttaviani's picture
Upload config.json
62ce439 verified
raw
history blame contribute delete
316 Bytes
{
"architectures": [
"GPT"
],
"model_type": "gpt_finance_custom",
"auto_map": {
"AutoModel": "model.GPT",
"AutoConfig": "model.GPT"
},
"block_size": 384,
"d_model": 512,
"n_heads": 8,
"n_layers": 10,
"vocab_size": 14000,
"dropout": 0.15,
"torch_dtype": "float32"
}