CoolFace
Modelpublic

Abiray/Nemotron-3-Embed-8B-GGUF

sourceHugging Faceopenmdw-1.1updated 2mo agoView on Hugging Face
9likes216kdownloads
Model Card

๐Ÿš€ Nemotron-3-Embed-8B (GGUF Quantizations)

![Model Architecture](#) ![Context Length](#) ![RTEB Rank](#) ![License](#)

Welcome to the GGUF repository for NVIDIA's Nemotron-3-Embed-8B-BF16.

This model is a state-of-the-art, 8-billion parameter multilingual text embedding model optimized for Retrieval-Augmented Generation (RAG), semantic search, and cross-lingual retrieval workflows. It achieved #1 on the multilingual RTEB leaderboard (as of July 2026).

By converting the model to GGUF (GPT-Generated Unified Format), you can run enterprise-grade retrieval locally on consumer hardware (CPUs and GPUs) using tools like llama.cpp, Ollama, or LM Studio.


๐Ÿ“‚ Repository Files & Quantization Options

Below is the directory structure of the available .gguf files in this repository. Choose the quantization level that best fits your VRAM/RAM constraints!

text
๐Ÿ“ nemotron-3-embed-8b-gguf/
โ”‚
โ”œโ”€โ”€ ๐Ÿ“„ README.md
โ”œโ”€โ”€ ๐Ÿ“„ config.json
โ”‚
โ”œโ”€โ”€ ๐Ÿ“ฆ Nemotron-3-Embed-8B-Q8_0.gguf    (8.46 GB) ๐ŸŸข Near zero quality loss
โ”œโ”€โ”€ ๐Ÿ“ฆ Nemotron-3-Embed-8B-Q6_K.gguf    (6.53 GB) ๐ŸŸข Extremely low quality loss
โ”œโ”€โ”€ ๐Ÿ“ฆ Nemotron-3-Embed-8B-Q5_K_M.gguf  (5.69 GB) ๐ŸŸก Very low quality loss
โ”œโ”€โ”€ ๐Ÿ“ฆ Nemotron-3-Embed-8B-Q5_K_S.gguf  (5.55 GB) ๐ŸŸก Very low quality loss
โ”œโ”€โ”€ ๐Ÿ“ฆ Nemotron-3-Embed-8B-Q4_K_M.gguf  (4.90 GB) โญ RECOMMENDED - Great balance
โ”œโ”€โ”€ ๐Ÿ“ฆ Nemotron-3-Embed-8B-Q4_K_S.gguf  (4.65 GB) ๐ŸŸ  Moderate quality loss
โ””โ”€โ”€ ๐Ÿ“ฆ Nemotron-3-Embed-8B-Q3_K_M.gguf  (4.01 GB) ๐Ÿ”ด High quality loss (Memory constrained only)