Instructions to use Akahsizrr/boosted-v1-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use Akahsizrr/boosted-v1-small with MLX:
# Make sure mlx-lm is installed # pip install --upgrade mlx-lm # if on a CUDA device, also pip install mlx[cuda] # Generate text with mlx-lm from mlx_lm import load, generate model, tokenizer = load("Akahsizrr/boosted-v1-small") prompt = "Once upon a time in" text = generate(model, tokenizer, prompt=prompt, verbose=True) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- MLX LM
How to use Akahsizrr/boosted-v1-small with MLX LM:
Generate or start a chat session
# Install MLX LM uv tool install mlx-lm # Generate some text mlx_lm.generate --model "Akahsizrr/boosted-v1-small" --prompt "Once upon a time"
- Atomic Chat
Boosted v1 Small
A LoRA adapter for DeepSeek-R1-Distill-Qwen-1.5B, trained via the iloptimus self-improvement pipeline on HumanEval v1.
Results
| Benchmark | Baseline | After Training | Improvement |
|---|---|---|---|
| HumanEval v1 | 24.0% | 70.88% | +46.88% |
The model trained itself on its own benchmark traces to beat its baseline score by nearly 3x.
Training Details
- Base model: deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B
- Backend: MLX (int4 QLoRA)
- Method: SFT (supervised fine-tuning on self-generated reasoning traces)
- LoRA config: rank=8, scale=20.0, layers=8
- LoRA targets: self_attn.q_proj, self_attn.v_proj, self_attn.o_proj
- Optimizer: AdamW
- SFT iterations: 50
- Learning rate: 2e-4
- Max sequence length: 512
- Benchmark tasks: 25 (HumanEval v1)
- Trainable parameters: 507,904
- Trained tokens: 11,890
- Final SFT loss: 0.0007
Usage
This is an MLX LoRA adapter. Load it with the base model deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B:
from mlx_lm import load, generate
model, tokenizer = load(
"deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B",
adapter_path="Akahsizrr/boosted-v1-small",
)
Run ID
8a9f00ec86da
Hardware compatibility
Log In to add your hardware
Quantized
Model tree for Akahsizrr/boosted-v1-small
Base model
deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B