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