Instructions to use Lixing-Li/m1b-sft-lc-1k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Lixing-Li/m1b-sft-lc-1k with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Lixing-Li/m1b-sft-lc-1k", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Configuration Parsing Warning:Invalid JSON for config file config.json
m1b-sft-lc-1k
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/M1b_sft_lc_1k(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 1024 examples, final train loss 0.3550, 0.02 h on one L40.
Answers follow a <think>...</think><answer>...</answer> contract.
- Downloads last month
- 14
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support
Model tree for Lixing-Li/m1b-sft-lc-1k
Base model
AntonV/mamba2-2.7b-hf