mamba / config.json
SaiNikhileshReddy's picture
End of training
5998e9a verified
raw
history blame contribute delete
No virus
421 Bytes
{
"_name_or_path": "mlsquare/pico_seshu_test",
"architectures": [
"MambaForCausalLM"
],
"bias": false,
"conv_bias": true,
"d_conv": 4,
"d_inner": 14,
"d_model": 7,
"d_state": 16,
"dt_rank": 1,
"expand": 2,
"initializer_range": 0.02,
"model_type": "mamba",
"n_layer": 5,
"pad_vocab_size_multiple": 8,
"torch_dtype": "float32",
"transformers_version": "4.38.2",
"vocab_size": 7000
}