Text Generation
Safetensors
NemotronH_Nano_Omni_Reasoning_V3
nvidia
unsloth
nemotron-3
multimodal
conversational
custom_code
Instructions to use unsloth/NVIDIA-Nemotron-3-Nano-Omni-30B-A3B-Reasoning with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Local Apps Settings
- Unsloth Desktop
File size: 309 Bytes
1cc1a90 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | {
"_from_model_config": true,
"bos_token_id": 1,
"eos_token_id": [2, 11],
"pad_token_id": 0,
"do_sample": true,
"temperature": 0.6,
"top_p": 0.95,
"max_new_tokens": 16384,
"reasoning_budget": 16384,
"reasoning_grace": 512,
"repetition_penalty": 1.0,
"transformers_version": "4.55.4"
}
|