CoolFace
Modelpublic

prithivMLmods/NuExtract3-GGUF

sourceHugging Faceapache-2.0updated 25d agoView on Hugging Face
2likes1kdownloads
Model Card

NuExtract3-GGUF

[NuExtract3](https://huggingface.co/numind/NuExtract3) is NuMind's 4-billion-parameter unified vision-language model built on Qwen3.5-4B, designed for document understanding by combining strong structured information extraction with high-quality image-to-Markdown conversion, making it suitable for extraction pipelines, OCR, and RAG preprocessing across scans, receipts, forms, invoices, contracts, and tables. It accepts text, images, or both alongside a JSON template describing the desired output schema (with typed leaves like verbatim-string, date-time, currency, enums, and multi-enums), optional natural-language instructions, and optional in-context examples, and can also generate extraction templates from plain-language descriptions or convert documents directly into structured Markdown (with HTML tables and LaTeX math) — all while supporting both fast non-reasoning and deeper thinking inference modes. On NuMind's internal structured-extraction benchmark of ~600 diverse documents, NuExtract3.4-4B-RL achieves the top average score (0.651) with far fewer failed/non-deserializable outputs than larger models like Qwen3.5-9B, outperforming Gemma-4-E4B-it, GLM-4.6V-Flash, and Nemotron-3-Nano-Omni, with the paper noting that heavier reasoning actually hurts smaller models by triggering repetition loops and output-length failures. The model is deployable via vLLM with an OpenAI-compatible API supporting Multi-Token Prediction speculative decoding for faster throughput, or directly through Hugging Face Transformers, and is released under the Apache 2.0 license.

Model Files

File NameQuant TypeFile SizeFile Link
NuExtract3.BF16.ggufBF168.42 GBDownload
NuExtract3.Q3KL.ggufQ3KL2.42 GBDownload
NuExtract3.Q3KM.ggufQ3KM2.26 GBDownload
NuExtract3.Q3KS.ggufQ3KS2.07 GBDownload
NuExtract3.Q4_0.ggufQ4_02.54 GBDownload
NuExtract3.Q4KM.ggufQ4KM2.71 GBDownload
NuExtract3.Q4KS.ggufQ4KS2.56 GBDownload
NuExtract3.Q5_0.ggufQ5_02.99 GBDownload
NuExtract3.Q5KM.ggufQ5KM3.07 GBDownload
NuExtract3.Q5KS.ggufQ5KS2.99 GBDownload
NuExtract3.mmproj-bf16.ggufmmproj-bf16676 MBDownload

llama.cpp

LLM inference in C/C++ — https://github.com/ggml-org/llama.cpp