iblm / config.json
Ksgk-fy's picture
Fix custom model loading
2bdbd6a verified
raw
history blame contribute delete
439 Bytes
{
"architectures": [
"CustomGPTModel"
],
"auto_map": {
"AutoConfig": "modeling_custom_gpt.CustomGPTConfig",
"AutoModel": "modeling_custom_gpt.CustomGPTModel",
"AutoModelForCausalLM": "modeling_custom_gpt.CustomGPTModel"
},
"dtype": "float32",
"flex_kernel_options": null,
"model_type": "custom_gpt",
"n_embd": 768,
"n_head": 6,
"n_layer": 12,
"transformers_version": "4.56.1",
"vocab_size": 50304
}