AI SeedbankHelp preserve open and free AI for humanity's future

← All models

nvidia_Llama-3.1-Nemotron-Nano-VL-8B-V1

nvidia · View on Hugging Face ↗

Get this model

Download TorrentMagnet Link

Seeders: · Leechers:

Model card

The complete upstream card, rendered from this payload's README.md — the same hash-verified bytes the torrent distributes. Images and off-site links are removed; the original card on Hugging Face carries them.


license: other license_name: nvidia-open-model-license license_link: >- https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license/ pipeline_tag: image-text-to-text library_name: transformers tags:

  • nvidia
  • VLM
  • llama3.1

Llama-3.1-Nemotron-Nano-VL-8B-V1

Model Overview

Description

Llama Nemotron Nano VL is a leading document intelligence vision language model (VLMs) that enables the ability to query and summarize images from the physical or virtual world. Llama Nemotron Nano VL is deployable in the data center, cloud and at the edge, including Jetson Orin and laptop by AWQ 4bit quantization through TinyChat framework. We find: (1) image-text pairs are not enough, interleaved image-text is essential; (2) unfreezing LLM during interleaved image-text pre-training enables in-context learning; (3)re-blending text-only instruction data is crucial to boost both VLM and text-only performance.

This model was trained on commercial images for all three stages of training and supports single image inference.

Note: NVIDIA Nemotron Nano v2 12B VL is now available on Huggingface in the BF16, FP8 and NVFP4-QAD formats.

License/Terms of Use

Governing Terms:

Your use of the model is governed by the NVIDIA Open License Agreement. Additional Information: Llama 3.1 Community Model License; Built with Llama.

Additional Information:

Llama 3.1 Community Model License; Built with Llama.

Deployment Geography:

Global

Use Case:

Customers: AI foundry enterprise customers

Use Cases: Image summarization. Text-image analysis, Optical Character Recognition, Interactive Q&A on images, Text Chain-of-Thought reasoning

Release Date:

  • Build.Nvidia.com [June 3rd, 2025] via nvidia/llama-3.1-nemotron-nano-vl-8b-v1
  • Hugging Face [June 3rd, 2025]

Model Architecture:

Network Type: Transformer

Network Architecture:

Vision Encoder: C-RADIOv2-H

Language Encoder: Llama-3.1-8B-Instruct

Input

Input Type(s): Image, Text

  • Input Images
  • Language Supported: English only

Input Format(s): Image (Red, Green, Blue (RGB)), and Text (String)

Input Parameters: Image (2D), Text (1D)

Other Properties Related to Input:

  • Input + Output Token: 16K
  • Maximum Resolution: Determined by a 12-tile layout constraint, with each tile being 512 × 512 pixels. This supports aspect ratios such as:
    • 4 × 3 layout: up to 2048 × 1536 pixels
    • 3 × 4 layout: up to 1536 × 2048 pixels
    • 2 × 6 layout: up to 1024 × 3072 pixels
    • 6 × 2 layout: up to 3072 × 1024 pixels
    • Other configurations allowed, provided total tiles ≤ 12
  • Channel Count: 3 channels (RGB)
  • Alpha Channel: Not supported (no transparency)

Output

Output Type(s): Text

Output Formats: String

Output Parameters: 1D

Other Properties Related to Output: Input + Output Token: 16K

Our AI models are designed and/or optimized to run on NVIDIA GPU-accelerated systems. By leveraging NVIDIA’s hardware (e.g. GPU cores) and software frameworks (e.g., CUDA libraries), the model achieves faster training and inference times compared to CPU-only solutions.

Software Integration

Runtime Engine(s): TensorRT-LLM
Supported Hardware Microarchitecture Compatibility: H100 SXM 80GB
Supported Operating System(s): Linux

Model Versions:

Llama-3.1-Nemotron-Nano-VL-8B-V1

Quick Start

Install Dependencies

pip install transformers accelerate timm einops open-clip-torch

Usage

from PIL import Image
from transformers import AutoImageProcessor, AutoModel, AutoTokenizer

path = "nvidia/Llama-3.1-Nemotron-Nano-VL-8B-V1"
model = AutoModel.from_pretrained(path, trust_remote_code=True, device_map="cuda").eval()
tokenizer = AutoTokenizer.from_pretrained(path)
image_processor = AutoImageProcessor.from_pretrained(path, trust_remote_code=True, device="cuda")

image1 = Image.open("images/example1a.jpeg")
image2 = Image.open("images/example1b.jpeg")
image_features = image_processor([image1, image2])

generation_config = dict(max_new_tokens=1024, do_sample=False, eos_token_id=tokenizer.eos_token_id)

question = 'Describe the two images.'
response = model.chat(
    tokenizer=tokenizer, question=question, generation_config=generation_config,
    **image_features)

print(f'User: {question}\nAssistant: {response}')

Training/Evaluation Dataset:

NV-Pretraining and NV-CosmosNemotron-SFT were used for training and evaluation

Data Collection Method by dataset (Training and Evaluation):

  • Hybrid: Human, Synthetic

Labeling Method by dataset (Training and Evaluation):

  • Hybrid: Human, Synthetic

Additionally, the dataset collection (for training and evaluation) consists of a mix of internal and public datasets designed for training and evaluation across various tasks. It includes:
• Internal datasets built with public commercial images and internal labels, supporting tasks like conversation modeling and document analysis.
• Public datasets sourced from publicly available images and annotations, adapted for tasks such as image captioning and visual question answering.
• Synthetic datasets generated programmatically for specific tasks like tabular data understanding.
• Specialized datasets for safety alignment, function calling, and domain-specific tasks (e.g., science diagrams, financial question answering).

Evaluation Benchmarks:

Benchmark Score
MMMU Val with chatGPT as a judge 48.2%
AI2D 85.0%
ChartQA 86.3%
InfoVQA Val 77.4%
OCRBench 839
OCRBenchV2 English 60.1%
OCRBenchV2 Chinese 37.9%
DocVQA val 91.2%
VideoMME* 54.7%

*Calculated with 1 tile per image

Inference:

Engine: TTensorRT-LLM
Test Hardware:

  • 1x NVIDIA H100 SXM 80GB

Ethical Considerations:

NVIDIA believes Trustworthy AI is a shared responsibility and we have established policies and practices to enable development for a wide array of AI applications. When downloaded or used in accordance with our terms of service, developers should work with their internal model team to ensure this model meets requirements for the relevant industry and use case and addresses unforeseen product misuse. For more detailed information on ethical considerations for this model, please see the Model Card++ Explainability, Bias, Safety & Security, and Privacy Subcards. Please report security vulnerabilities or NVIDIA AI Concerns here.

Users are responsible for model inputs and outputs. Users are responsible for ensuring safe integration of this model, including implementing guardrails as well as other safety mechanisms, prior to deployment.

Outputs generated by these models may contain political content or other potentially misleading information, issues with content security and safety, or unwanted bias that is independent of our oversight.

Magnet link

Opens the swarm directly in your torrent client — no file download needed. Copy-paste works too:

magnet:?xt=urn:btih:3fa174ee8bfd44f9512ee0b155f60f5b481e1036&dn=nvidia_Llama-3.1-Nemotron-Nano-VL-8B-V1

Open magnet in torrent client · infohash 3fa174ee8bfd44f9512ee0b155f60f5b481e1036

Files & hashes

PathSizesha1sha256
README.md7.4 KB (7,547 B)eba04d8dd240e47fdfc51f4d017cd21d346e8548feb60eab3c87d623368cf0cf2f8c183a06372fbdc569ff3a01f53563176cb823
bias.md1.3 KB (1,351 B)2439dfe31bb03671f8019dd13308f61127e2d3642c140b9267d8e0ab33e3701a6139971051f480a55caa4cf04fd8cffc590074ad
config.json7.5 KB (7,650 B)45c7f7180472e536f62b5633769bf59cba44f304d249106251318246ac377b0722ad2a733592d54781271e2bcc89ba76626b2edb
configuration.py2.2 KB (2,271 B)434f480236ca404138523ea80c9ab096683ae3874c92fbdd63d5329d483d4443d29fe7cf55f1e520fedeeb1d8e90c79291affa2f
examples.py2.0 KB (2,003 B)b9665d6a353480ece472745f27fa516586c9878f727d0e6a836f2fbba8eb295f7677746275381d9c33b91991e50890718f807b2b
explainability.md3.4 KB (3,483 B)89b813cc3186e88d8815f270400aa3431080ffd27cf88aeeccdd5fdc0e42c358deabc327c0f84300cf1434dffeaca5a701e0d8e1
image_processing.py4.7 KB (4,781 B)5e12eb8ae6f8372ed64a119d85f24afbab4a80d418106a9d313ad70e24c960b9df12ab859553ffa6d4d9d33a2c1d5533872a1047
images/example1a.jpeg14.5 KB (14,890 B)1dfc4a25ce508d9f105d3d8b930e41a3463be3d0586882a9536ef1ced0f5d5b3c20ac8f4d29f5695a2de2796c8ada0840c7da311
images/example1b.jpeg11.8 KB (12,075 B)9a2b6de2c05b60e257e336fd7e95e444f616fe29c309f327d352696202e0486849947a8151078b0c37cf9ee13cf44f3c973cc256
images/table.png127.9 KB (131,014 B)a417c56cb56ac15e6bd870a2ca057dc7187c1968001461d8dd271602ce849013c9a226113279e0ae6156a27a12332bace6225e33
images/tech.png216.8 KB (222,054 B)35ee2df682a50b5bf92fa19c03502dce9399ec474ae75f51f941a0d05b9c7c9a5025f962930e3e7526a68a627602c47846278109
model.safetensors16.25 GB (17,443,626,956 B)25834b13436cb1c0d2467763c42799c995a128ea415e7a900327cc5a057b5e57641ba689a834e5103adc2eece0512f8793415f34
modeling.py13.7 KB (14,071 B)940e08c2990735ede87f2de95b2835b26ba579924fadb3ba284ca5592e02f79405812fd036b0c5f2d712f55ab85d24e98742d1fe
preprocessor_config.json283 B (283 B)03f303c1edc0c720719ce9da248325518a61e0e863ed8d1a7d866d2322cac5c73d8c3fa033a79ada289df02530ca0d16688fde8f
privacy.md1.2 KB (1,192 B)8b9d1976d6777f2983e94e9896ff2afcef133b7b0c14363d80e6369b7a509bd33866ca23217bde0ca2451e8e484672a22fb94af3
safety.md1.3 KB (1,299 B)a61d451b6f99356ad25b0253aa2c30c54ec2c24f99f33c459422e003a7fd331c95ae6151bccb0f294c5c2a29f604afdeea74208b
special_tokens_map.json296 B (296 B)5630b0d07dd9931ead1dfd99323ae7e26371cce96f38c73729248f6c127296386e3cdde96e254636cc58b4169d3fd32328d9a8ec
tokenizer.json16.4 MB (17,211,566 B)0d52d148c2f2b846decd318408520c2b65da4934f5725802f93aea2c6126c605128904b2feaad45cdc0b16240fb153481a229948
tokenizer_config.json51.7 KB (52,949 B)1345e010813740d6185713351361c4118816a1b5fce27bafb0f4fd5fcbf3fc9a7152fb659fad40f7371142d2cbdf20a3ad8dae59

Cite this release

Canonical URL
https://aiseedbank.org/models/nvidia_Llama-3.1-Nemotron-Nano-VL-8B-V1/
Slug
nvidia_Llama-3.1-Nemotron-Nano-VL-8B-V1
Infohash
3fa174ee8bfd44f9512ee0b155f60f5b481e1036
License
custom/other license
Signing key fingerprint
85a3b32c3712427b

Every file carries a locally computed sha256 — verify a download against the signed sums: nvidia_Llama-3.1-Nemotron-Nano-VL-8B-V1.SHA256SUMS (+ minisign signature).

Provenance

Upstream repositorynvidia/Llama-3.1-Nemotron-Nano-VL-8B-V1
Revision (pinned)437f4e28b989cc2d9a16b6767cc930cdf48797ff
Fetched at2026-09-04T03:40:24Z
License at fetchother
Snapshot toolhuggingface · seedbank 0.1.0

Trackers

✓ verified · rehash-vs-hf-metadata at 2026-09-04T03:43:28Z

custom/other license16.26 GB (17,461,317,731 bytes)transformerssafetensorsnvidiaVLMllama3.1image-text-to-textendpoints_compatible