File size: 518 Bytes
7dafb44 34130ac 5717c09 34130ac 7dafb44 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
{
"architectures": [
"MambaForCausalLM"
],
"auto_map": {
"AutoConfig": "configuration_mamba.MambaConfig",
"AutoModelForCausalLM": "modeling_mamba.MambaForCausalLM"
},
"bias": false,
"conv_bias": true,
"d_conv": 4,
"d_inner": 2048,
"d_model": 1024,
"d_state": 16,
"dt_rank": 64,
"expand": 2,
"initializer_range": 0.02,
"model_type": "mamba",
"n_layer": 48,
"pad_vocab_size_multiple": 8,
"torch_dtype": "float32",
"transformers_version": "4.35.2",
"vocab_size": 50280
}
|