nexus-smAll-v1 / config.json
JustScriptzz's picture
Self-contained HF upload with config.py
2434b5c verified
Raw
History Blame Contribute Delete
580 Bytes
{
"architectures": [
"NexusForCausalLM"
],
"dim": 768,
"ff_dim": 2048,
"max_seq_len": 512,
"model_type": "nexus_small",
"multiple_of": 256,
"norm_eps": 1e-06,
"num_heads": 12,
"num_kv_heads": 4,
"num_layers": 10,
"rope_theta": 500000.0,
"torch_dtype": "float32",
"transformers_version": "4.51.3",
"vocab_size": 50304,
"auto_map": {
"AutoConfig": "modeling_nexus_small.NexusSmAllConfig",
"AutoModel": "modeling_nexus_small.NexusForCausalLM",
"AutoModelForCausalLM": "modeling_nexus_small.NexusForCausalLM"
}
}