Any-to-Any
Transformers
Safetensors
English
NemotronH_Nano_Omni_Reasoning_V3
feature-extraction
nvidia
nemotron
multimodal
quantized
4-bit precision
int4
custom_code
compressed-tensors
Instructions to use drawais/Nemotron-3-Nano-Omni-30B-A3B-W4A16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use drawais/Nemotron-3-Nano-Omni-30B-A3B-W4A16 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("drawais/Nemotron-3-Nano-Omni-30B-A3B-W4A16", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "bos_token": { | |
| "content": "<s>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false | |
| }, | |
| "eos_token": { | |
| "content": "<|im_end|>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false | |
| }, | |
| "pad_token": { | |
| "content": "<|im_end|>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false | |
| }, | |
| "unk_token": { | |
| "content": "<unk>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false | |
| } | |
| } | |