GGUF quantizations of a LoRA fine-tune of
LiquidAI/LFM2.5-350M, supervised fine-tuned on
ermiaazarkhalili/claude-reasoning-distillation (private) (config
sft).
Quantized from
ermiaazarkhalili/LFM2.5-350M-SFT-Claude-Opus-Reasoning-Unsloth. See that repository for the full-precision weights.
1huggingface-cli download ermiaazarkhalili/LFM2.5-350M-SFT-Claude-Opus-Reasoning-Unsloth-GGUF lfm2.5-350m-sft-claude-opus-reasoning-unsloth.q4_k_m.gguf --local-dir .
2llama-cli -m lfm2.5-350m-sft-claude-opus-reasoning-unsloth.q4_k_m.gguf -p "Explain gradient checkpointing in two sentences." -n 256
1echo 'FROM ./lfm2.5-350m-sft-claude-opus-reasoning-unsloth.q4_k_m.gguf' > Modelfile
2ollama create lfm2.5-350m-sft-claude-opus-reasoning-unsloth-gguf -f Modelfile
3ollama run lfm2.5-350m-sft-claude-opus-reasoning-unsloth-gguf
Measured from our SLURM logs for this configuration. These are training-loss
observations only — no downstream benchmark evaluation has been run on this
model, so they should not be read as a quality claim.