Views
No views yet
| File | Size | Description |
|---|---|---|
paddleocr-vl-1.6-q4_k.gguf | 1.3 GB | 4-bit K-quant — smallest, lossy (see note) |
paddleocr-vl-1.6-q8_0.gguf | 1.4 GB | 8-bit quantization — recommended |
paddleocr-vl-1.6-f16.gguf | 2.3 GB | fp16 reference |
Quantization quality. This is a small 0.9B model, so 4-bit quantization is noticeably lossy. In testing, q8_0 transcribes fully and matches the fp16 reference, while q4_k tends to terminate early (e.g. it emitted only "The quick brown fox jumps" and stopped, dropping the rest of the line) — a flattened output distribution from 4-bit weights, not a bug. Behavior is identical on CPU and Metal. Use q8_0 for accurate OCR; reach for q4_k only when memory is tight and truncated/approximate output is acceptable.
./crispembed -m paddleocr-vl-1.6-q8_0.gguf --ocr document.pngPaddlePaddle.apache-2.0. This repository redistributes under the same terms; it grants no rights the upstream licence does not.