Views
No views yet
nvidia/NVIDIA-Nemotron-3-Nano-30B-A3B-BF16.nvidia/NVIDIA-Nemotron-3-Nano-30B-A3B-BF16 (30B-total / 3B-active MoE, reasoning-capable)nemotron3 (thinking enabled)TicTacToe-v0, KuhnPoker-v1, SimpleNegotiation-v1 (self-play, role-conditioned advantage estimation / RAE)target_modules=all-linear, alpha 32)| Benchmark | Base | Step-130 | Δ |
|---|---|---|---|
| AIME24 | 36.7% | 36.7% | 0.0 |
| AMC23 | 67.1% | 74.4% | +7.3 |
| MATH500 | 89.0% | 90.8% | +1.8 |
| Minerva | 29.4% | 30.1% | +0.7 |
| Olympiad-Bench | 50.1% | 53.2% | +3.1 |
| Average | 54.5% | 57.0% | +2.5 |
nemotron3 renderer (thinking enabled), max_tokens 8192, full test sets, unified \boxed{} answer extraction.1from peft import AutoPeftModelForCausalLM
2from transformers import AutoTokenizer
3
4model = AutoPeftModelForCausalLM.from_pretrained("maxbittker/nemotron3-nano-30b-a3b-spiral-step130",
5 device_map="auto",
6 torch_dtype="auto")
7tokenizer = AutoTokenizer.from_pretrained("nvidia/NVIDIA-Nemotron-3-Nano-30B-A3B-BF16")1merged = model.merge_and_unload()
2merged.save_pretrained("./nemotron3-spiral-step130-merged")step200, step300, step400.