Views
No views yet
This repo is an MLX-format conversion/quantization of the merged BF16 model. The training was done separately using Unsloth + LoRA SFT, then merged to BF16 before MLX conversion.
| Field | Value |
|---|---|
| Model name | Qwimi3.5-9B-Kimik2.6-Opus-Distill |
| Format | MLX 6-bit |
| Source model | trjxter/Qwimi3.5-9B-Kimik2.6-Opus-Distill-BF16 |
| Base model | unsloth/Qwen3.5-9B |
| Training method | LoRA SFT |
| LoRA rank | r = 128 |
| LoRA alpha | 128 |
| RS-LoRA | Enabled |
| Training context length | 16k |
| Train examples | 12,000 |
| Held-out eval examples | 366 |
| Trainer eval subset | 200 |
| Epochs | 1 |
| Final train loss | 0.5517 |
| Lightweight eval loss | ~0.3161 |
trjxter/Qwimi3.5-9B-Kimik2.6-Opus-Distill-BF16trjxter/Qwimi3.5-9B-Kimik2.6-Opus-Distill-GGUFpip install -U mlx-lm1mlx_lm.generate \
2 --model trjxter/Qwimi3.5-9B-Kimik2.6-Opus-Distill-MLX-6bit \
3 --prompt "Explain RS-LoRA in simple terms."1mlx_lm.generate \
2 --model trjxter/Qwimi3.5-9B-Kimik2.6-Opus-Distill-MLX-6bit \
3 --prompt "Solve this step by step: If a company grows revenue from 120M to 180M over 3 years, what is the CAGR?" \
4 --max-tokens 10241You are a helpful reasoning assistant.
2
3Question:
4Explain why RS-LoRA can help at higher LoRA ranks.1<think>
2reasoning trace
3</think>
4final answertrjxter/Kimi-K2.6-Reasoning-3300x-WandBJackrong/Qwen3.5-reasoning-700xJackrong/Claude-opus-4.6-TraceInversion-9000x112,366 usable examples
212,000 train examples
3366 held-out eval examples
4200 trainer eval examples1Base model: unsloth/Qwen3.5-9B
2Training: LoRA SFT
3Base loading: 8-bit
4LoRA rank: 128
5LoRA alpha: 128
6RS-LoRA: enabled
7Max sequence length: 16,384
8Gradient checkpointing: unsloth
9Batch size: 2
10Gradient accumulation: 8
11Effective batch size: 16
12Epochs: 1
13Optimizer: adamw_8bit
14Learning rate: 2e-5
15Warmup steps: 30
16Save steps: 200
17Eval steps: 20012,000 / 16 = 750 optimizer steps1{
2 "train_runtime": 15728.7981,
3 "train_samples_per_second": 0.763,
4 "train_steps_per_second": 0.048,
5 "total_flos": 1.4528477736160543e+18,
6 "train_loss": 0.5516796213785807,
7 "epoch": 1.0,
8}| Step | Train Loss | Lightweight Eval Loss |
|---|---|---|
| 200 | 0.4149 | 0.3284 |
| 400 | 0.5867 | 0.3216 |
| 600 | 0.5480 | 0.3177 |
| 750 | 0.5531 | 0.3161 |
1flowchart TD
2 A[unsloth/Qwen3.5-9B] --> B[LoRA SFT]
3 B --> C[Qwimi LoRA adapter]
4 C --> D[Merged BF16 model]
5 D --> E[MLX 6-bit conversion]trjxter/Qwimi3.5-9B-Kimik2.6-Opus-Distill-BF16trjxter/Qwimi3.5-9B-Kimik2.6-Opus-Distill-MLX-6bit