Instructions to use Lixing-Li/mambarl-m1-sft with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Lixing-Li/mambarl-m1-sft with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Lixing-Li/mambarl-m1-sft", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Configuration Parsing Warning:Invalid JSON for config file config.json
mambarl-m1-sft
A checkpoint from MambaRL: does outcome-only RL extend the effective context-retrieval horizon of a pure Mamba-2 LM, without changing the architecture? No attention is added and the recurrent state is not grown โ only what the policy learns to keep in it changes.
- Base model:
AntonV/mamba2-2.7b-hf - LoRA adapter merged in from
checkpoints/M1_sft(targets:in_projonly โ PEFT refusesout_proj/conv1don mamba2 because the fused kernels read those weights directly) - Weights here are merged, so
AutoModelForCausalLM.from_pretrainedis enough.
Phase 1 (proposal 2.4): generic CoT LoRA SFT on Bespoke-Stratos-17k.
Answers follow a <think>...</think><answer>...</answer> contract.
- Downloads last month
- 13
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support
Model tree for Lixing-Li/mambarl-m1-sft
Base model
AntonV/mamba2-2.7b-hf