ermiaazarkhalili/OpenMath-Nemotron-1.5B-GRPO-NuminaMath-10K-GGUF overview
OpenMath Nemotron 1.5B GRPO NuminaMath 10K GGUF GGUF quantizations of a LoRA fine tune of nvidia/OpenMath Nemotron 1.5B https://huggingface.co/nvidia/OpenMath …
Runs locally from ~940.4 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
Model Details
| Model ID | ermiaazarkhalili/OpenMath-Nemotron-1.5B-GRPO-NuminaMath-10K-GGUF |
|---|---|
| Author | ermiaazarkhalili |
| Pipeline | text-generation |
| License | cc-by-4.0 |
| Base model | nvidia/OpenMath-Nemotron-1.5B |
| Last modified | 2026-08-04T17:25:56.000Z |
Model README
---
license: cc-by-4.0
base_model:
- nvidia/OpenMath-Nemotron-1.5B
datasets:
- AI-MO/NuminaMath-CoT
library_name: gguf
pipeline_tag: text-generation
tags:
- gguf
- llama.cpp
- quantized
- unsloth
- lora
- trl
- grpo
- rl
---
OpenMath-Nemotron-1.5B-GRPO-NuminaMath-10K-GGUF
GGUF quantizations of a LoRA fine-tune of nvidia/OpenMath-Nemotron-1.5B, trained with GRPO (reinforcement learning) on AI-MO/NuminaMath-CoT.
Quantized from 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) |
Available quantizations
| 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 |
Usage
llama.cpp
huggingface-cli download ermiaazarkhalili/OpenMath-Nemotron-1.5B-GRPO-NuminaMath-10K-GGUF openmath-nemotron-1.5b-grpo-numinamath-10k.q4_k_m.gguf --local-dir .
llama-cli -m openmath-nemotron-1.5b-grpo-numinamath-10k.q4_k_m.gguf -p "Explain gradient checkpointing in two sentences." -n 256
Ollama
echo 'FROM ./openmath-nemotron-1.5b-grpo-numinamath-10k.q4_k_m.gguf' > Modelfile
ollama create openmath-nemotron-1.5b-grpo-numinamath-10k-gguf -f Modelfile
ollama run openmath-nemotron-1.5b-grpo-numinamath-10k-gguf
Limitations
- No benchmark evaluation has been run on this checkpoint. The only reported
numbers are training-loss observations.
- Inherits the biases, knowledge cutoff and failure modes of the base model.
- Fine-tuned on a single instruction-following dataset; behaviour outside that
distribution is untested.
- LoRA adapters were merged into the base weights, so the merged model cannot
be detached from this fine-tune.
Reproducing
Produced by an Unsloth + TRL LoRA training pipeline, executed
non-interactively with papermill on a SLURM H100 partition.
---
Card generated from the training run's own configuration and logs by
scripts/generate_hub_model_card.py.
Run ermiaazarkhalili/OpenMath-Nemotron-1.5B-GRPO-NuminaMath-10K-GGUF with guIDE
Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.
Source: Hugging Face · Compare models