CoolFace
Modelpublic

a-mo-yehia/Qwen3-VL-8B-Contracts-OCR-GGUF

sourceHugging Faceapache-2.0updated 3mo agoView on Hugging Face
1likes229downloads
Model Card

Qwen3-VL-8B Contracts OCR (GGUF)

This repository provides GGUF quantizations of Qwen3-VL-8B-Contracts-OCR, a fine-tuned vision-language model specialized in extracting structured information from scanned Egyptian company incorporation contracts written in Arabic.

The full Transformers version, model card, usage example, training details, and documentation here: ๐Ÿ‘‰ [Qwen3-VL-8B-Contracts-OCR](https://huggingface.com/a-mo-yehia/Qwen3-VL-8B-Contracts-OCR)

About

These GGUF files are intended for inference with:

  • โ€”llama.cpp
  • โ€”LM Studio (when vision support is available)
  • โ€”llama-server
  • โ€”compatible GGUF runtimes

The original fine-tuned model was trained using Unsloth on top of Qwen3-VL-8B.


Available Quantizations

FileDescription
model_f16.ggufFull FP16 precision
model_q8_0.gguf8-bit quantization
model_q4_k_m.ggufRecommended balance between quality and speed
mmproj_f16.ggufVision projector (required for image inference)

Which Quantization Should I Use?

QuantizationRecommendation
Q4KMBest overall choice for most users
Q8_0Better quality with higher memory usage
F16Maximum quality and accuracy

Requirements

For vision inference you must load:

  • โ€”one GGUF model
  • โ€”mmproj_f16.gguf

The vision projector is required for processing images.


Model Purpose

The model extracts structured information from scanned Egyptian company incorporation contracts, including:

  • โ€”Company name
  • โ€”Company type
  • โ€”Business activities
  • โ€”Company address
  • โ€”Capital information
  • โ€”Partners and shareholders
  • โ€”Contract articles
  • โ€”Tables (returned as Markdown)
  • โ€”Other legal fields

The output is a structured JSON document.


Language

Arabic


License

Apache-2.0