NanoCode-GPT / config.json
elisbanpaco's picture
Upload folder using huggingface_hub
4cd5153 verified
Raw
History Blame Contribute Delete
276 Bytes
{
"architectures": [
"HFCodeGPTForCausalLM"
],
"d_ff": 2048,
"d_model": 512,
"dropout": 0.1,
"dtype": "float32",
"max_seq_len": 512,
"model_type": "nanocodegpt",
"n_heads": 8,
"n_layers": 12,
"transformers_version": "4.57.1",
"vocab_size": 32000
}