CoolFace
Modelpublic

prithivMLmods/HunyuanOCR-1.5-GGUF-Updated

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
3likes3.5kdownloads
Model Card

HunyuanOCR-1.5-GGUF-Updated

[HunyuanOCR-1.5](https://huggingface.co/tencent/HunyuanOCR) is Tencent's lightweight, end-to-end OCR-specialized vision-language model that unifies document parsing, text spotting, information extraction, and text-image translation within a single VLM, building on the validated architecture of HunyuanOCR-1.0 (archived under the v1.0/ subfolder) without redesigning the backbone. Its key upgrades target speed and capability: a DFlash speculative-decoding framework uses a lightweight block-diffusion draft model to propose multiple candidate tokens in parallel, verified by the target model in a single pass, significantly cutting decoding latency on long structured outputs like dense documents, tables, and formulas while preserving the original output distribution; it also supports CPU/consumer-GPU/laptop deployment via a GGUF-converted checkpoint and OpenAI-compatible llama-server, including a DFlash-adapted llama.cpp fork. On the training side, an Agentic Data Flow system — where agents handle material search, tool-based verification, and data-pipeline iteration in a closed loop with engineers — targets long-tail capabilities like low-resource and ancient-script OCR, alongside an upgraded recipe extending maximum image resolution to 4K and context window to 128K tokens, with refined SFT data and reinforcement learning across OCR tasks. The model uses the HunYuanVLForConditionalGeneration architecture (requiring transformers ≥5.13.0), supports native transformers, vLLM (both AR and DFlash modes from a single unified uv-based CUDA 13 environment), and llama.cpp inference paths across 12 task types (document parsing, structured/layout parsing, chart/formula/table extraction, and Chinese-English translation variants), and is released under the Tencent Hunyuan Community License Agreement.
[!NOTE] HunyuanOCR v1.5 [GGUF]

Model Files

File NameQuant TypeFile SizeFile Link
HunyuanOCR.BF16.ggufBF161.08 GBDownload
HunyuanOCR.F16.ggufF161.08 GBDownload
HunyuanOCR.F32.ggufF322.16 GBDownload
HunyuanOCR.Q3KL.ggufQ3KL327 MBDownload
HunyuanOCR.Q3KM.ggufQ3KM308 MBDownload
HunyuanOCR.Q3KS.ggufQ3KS285 MBDownload
HunyuanOCR.Q4KM.ggufQ4KM355 MBDownload
HunyuanOCR.Q4KS.ggufQ4KS342 MBDownload
HunyuanOCR.Q5KM.ggufQ5KM400 MBDownload
HunyuanOCR.Q5KS.ggufQ5KS392 MBDownload
HunyuanOCR.Q8_0.ggufQ8_0578 MBDownload
HunyuanOCR.mmproj-bf16.ggufmmproj-bf16997 MBDownload
HunyuanOCR.mmproj-f16.ggufmmproj-f16997 MBDownload
HunyuanOCR.mmproj-q8_0.ggufmmproj-q8_0733 MBDownload

llama.cpp

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