File size: 515 Bytes
460842b 3546d63 c01317d 3546d63 460842b 3546d63 c01317d 460842b 3546d63 460842b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | {
"architectures": [
"MambaModelForCausalLM"
],
"auto_map": {
"AutoConfig": "configuration_mamba.MambaConfig",
"AutoModel": "modeling_mamba.MambaModel",
"AutoModelForCausalLM": "modeling_mamba.MambaModelForCausalLM"
},
"d_model": 1024,
"fused_add_norm": true,
"model_type": "mamba",
"n_layer": 48,
"pad_vocab_size_multiple": 8,
"residual_in_fp32": true,
"rms_norm": true,
"ssm_cfg": {},
"torch_dtype": "float16",
"transformers_version": "4.37.2",
"vocab_size": 50277
}
|