Instructions to use 04RR/MambaMathv1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use 04RR/MambaMathv1 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("04RR/MambaMathv1", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 199 Bytes
dcbc0fe | 1 2 3 4 5 6 7 8 9 10 | {
"d_model": 768,
"n_layer": 24,
"vocab_size": 50277,
"ssm_cfg": {},
"rms_norm": true,
"residual_in_fp32": true,
"fused_add_norm": true,
"pad_vocab_size_multiple": 8
} |