Abiray/Nemotron-3-Embed-8B-GGUF
๐ Nemotron-3-Embed-8B (GGUF Quantizations)
   
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!
๐ 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)