You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

DAM Vision v3 β€” GGUF

Fine-tuned Qwen2-VL-2B-Instruct for structured video-frame analysis. Emits a 21-field JSON per frame (people, camera motion, setting, faces, etc.) for footage search inside a Digital Asset Management pipeline.

Training details

Setting Value
Base Qwen/Qwen2-VL-2B-Instruct
Method QLoRA (4-bit), LLaMA-Factory
Rank / Alpha 32 / 64
LoRA targets q_proj, k_proj, v_proj, o_proj
Image resolution 384 px
Epochs 3 + best-model
Eval loss ~2.16 (step 75 β†’ stable)

Files

File Description
dam_vision_q4_k_m.gguf Q4_K_M quantised weights (~941 MB)
dam_vision_mmproj_f16.gguf Multimodal projector, F16 (~1.3 GB)

Usage with llama.cpp / ollama

# llama.cpp (llava-cli)
llama-llava-cli \
  -m dam_vision_q4_k_m.gguf \
  --mmproj dam_vision_mmproj_f16.gguf \
  --image frame.jpg \
  -p "Analyse this frame and return JSON."

# ollama β€” place both files in the same dir alongside a Modelfile
ollama create dam-vision -f Modelfile
ollama run dam-vision
Downloads last month
192
GGUF
Model size
2B params
Architecture
qwen2vl
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for Munchit/dam-vision-v3-gguf

Base model

Qwen/Qwen2-VL-2B
Quantized
(53)
this model