GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

cstr/glm-ocr-crispembed-GGUF overview

GLM OCR CrispEmbed GGUF GLM Edge V 2B vision language model converted to GGUF for OCR with CrispEmbed https://github.com/CrispStrobe/CrispEmbed . Models | File…

crispembedggufocrvlmdocument-understandingbase_model:zai-org/glm-edge-v-2bbase_model:quantized:zai-org/glm-edge-v-2blicense:apache-2.0region:us

Runs locally from ~15.3 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
429
Likes
0
Pipeline
Author

Repository Files & Downloads

7 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
glm-ocr-f16.ggufGGUFF162.40 GBDownload
glm-ocr-layer12-ref.ggufGGUFGGUF20.3 MBDownload
glm-ocr-layer14-ref.ggufGGUFGGUF20.3 MBDownload
glm-ocr-q4_k.ggufGGUFQ4_K848.3 MBDownload
glm-ocr-q8_0.ggufGGUFQ8_01.10 GBDownload
glm-ocr-ref-4layer.ggufGGUFGGUF15.3 MBDownload
glm-ocr-ref-full.ggufGGUFGGUF60.3 MBDownload

Model Details

Model IDcstr/glm-ocr-crispembed-GGUF
Authorcstr
Pipeline
Licenseapache-2.0
Base modelTHUDM/glm-edge-v-2b
Last modified2026-07-01T19:19:56.000Z

Model README

---

license: apache-2.0

tags:

- ocr

- vlm

- document-understanding

- gguf

- crispembed

library_name: crispembed

base_model: THUDM/glm-edge-v-2b

---

GLM-OCR CrispEmbed GGUF

GLM-Edge-V 2B vision-language model converted to GGUF for OCR with CrispEmbed.

Models

| File | Quant | Size |

|------|-------|------|

| glm-ocr-f16.gguf | F16 | ~3.8 GB |

| glm-ocr-q8_0.gguf | Q8_0 | ~2.0 GB |

| glm-ocr-q4_k.gguf | Q4_K | ~1.1 GB |

Architecture

  • Base: GLM-Edge-V 2B (THUDM, Apache-2.0)
  • Vision: SigLIP vision encoder
  • LLM: GLM-4 decoder (2B params)
  • Task: Document OCR, scene text, handwriting

Usage

from crispembed import CrispOcrPipeline

ocr = CrispOcrPipeline(vlm_model="glm-ocr-q8_0.gguf")
text = ocr.recognize("document.png")

Original Model

THUDM/glm-edge-v-2b — GLM-Edge-V 2B, CogViT + GLM-0.5B, 8 languages.

License

Apache-2.0

Run cstr/glm-ocr-crispembed-GGUF with guIDE

Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models