File size: 580 Bytes
a936da0 9bbbcb1 a936da0 1bacb87 a936da0 1bacb87 a936da0 1bacb87 2434b5c 1bacb87 a936da0 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | {
"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"
}
} |