Instructions to use fjmgAI/m1-130M-mamba-CEFR-EN with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MambaSSM
How to use fjmgAI/m1-130M-mamba-CEFR-EN with MambaSSM:
from mamba_ssm import MambaLMHeadModel model = MambaLMHeadModel.from_pretrained("fjmgAI/m1-130M-mamba-CEFR-EN") - Notebooks
- Google Colab
- Kaggle
| { | |
| "d_model": 768, | |
| "n_layer": 24, | |
| "vocab_size": 50277, | |
| "d_intermediate": 0, | |
| "tie_embeddings": true, | |
| "attn_cfg": {}, | |
| "attn_layer_idx": [], | |
| "ssm_cfg": {}, | |
| "rms_norm": true, | |
| "residual_in_fp32": true, | |
| "fused_add_norm": true, | |
| "pad_vocab_size_multiple": 8 | |
| } |