Views
No views yet
LiquidAI/LFM2.5-1.2B-Instruct, trained with GRPO (reinforcement learning) on AI-MO/NuminaMath-CoT.ermiaazarkhalili/LFM2.5-1.2B-Instruct-GRPO-NuminaMath-10K. See that repository for the full-precision weights.| Base model | LiquidAI/LFM2.5-1.2B-Instruct |
| Training data | AI-MO/NuminaMath-CoT |
| Method | LoRA GRPO (reinforcement learning) via Unsloth + TRL |
| License | other (inherited from the base model) |
| File | Size |
|---|---|
lfm2.5-1.2b-instruct-grpo-numinamath-10k.q4_k_m.gguf | 731 MB |
lfm2.5-1.2b-instruct-grpo-numinamath-10k.q5_k_m.gguf | 843 MB |
lfm2.5-1.2b-instruct-grpo-numinamath-10k.q8_0.gguf | 1.25 GB |
1huggingface-cli download ermiaazarkhalili/LFM2.5-1.2B-Instruct-GRPO-NuminaMath-10K-GGUF lfm2.5-1.2b-instruct-grpo-numinamath-10k.q4_k_m.gguf --local-dir .
2llama-cli -m lfm2.5-1.2b-instruct-grpo-numinamath-10k.q4_k_m.gguf -p "Explain gradient checkpointing in two sentences." -n 2561echo 'FROM ./lfm2.5-1.2b-instruct-grpo-numinamath-10k.q4_k_m.gguf' > Modelfile
2ollama create lfm2.5-1.2b-instruct-grpo-numinamath-10k-gguf -f Modelfile
3ollama run lfm2.5-1.2b-instruct-grpo-numinamath-10k-ggufscripts/generate_hub_model_card.py.