VAGOsolutions/SauerkrautLM-ColQwen3-4b-v0.1

Model

3

stars

5

commits

3

repos using this model

1

linked in READMEs

Aug 27, 2026

updated

colpali
conversational
document-retrieval
image-text-to-text
late-interaction
mteb
multi-vector
qwen3-vl
qwen3_vl
safetensors
sauerkrautlm-colpali
sentence-transformers
vidore
vision-language-model
visual-retrieval
Browse cluster: Visual Document Retrieval & ColPali β†’

README

SauerkrautLM-ColQwen3-4b-v0.1

VAGO Solutions Logo

πŸ₯‡ Best 128-dim Model in Large (3-5B) Category | Excellent Performance with Half the Memory

SauerkrautLM-ColQwen3-4b-v0.1 achieves 90.80 NDCG@5 on ViDoRe v1, making it the #2 overall among 128-dim models and the best in the Large (3-5B) category for ViDoRe v1.

ViDoRe v1 Benchmark - 128-dim Models

🎯 Why Visual Document Retrieval?

Traditional OCR-based retrieval loses layout, tables, and visual context. Our visual approach:

  • βœ… No OCR errors - Direct visual understanding
  • βœ… Layout-aware - Understands tables, forms, charts
  • βœ… End-to-end - Single model, no pipeline complexity

πŸ† Key Achievements

BenchmarkScoreRank (128-dim)
ViDoRe v190.80#2
MTEB v1+v281.97#4
ViDoRe v356.03#4

Large Category Comparison (3-5B, 128-dim)

ModelParamsDimViDoRe v1MTEB v1+v2ViDoRe v3
SauerkrautLM-ColQwen3-4b-v0.1 ⭐4.0B12890.8081.9756.03
EvoQwen2.5-VL-Retriever-3B-v13.0B12890.6782.76-
colnomic-embed-multimodal-3b3.0B12889.8680.0956.40
colqwen2.5-v0.23.0B12889.5481.1252.44
SauerkrautLM-ColMinistral3-3b-v0.13.0B12881.9871.9340.50

Best ViDoRe v1 in the Large category!

Detailed Benchmark Results

πŸ“Š ViDoRe v1 (NDCG@5) - Click to expand
TaskScore
ArxivQA91.83
DocVQA66.96 πŸ₯‡
InfoVQA94.23
ShiftProject90.55
SyntheticDocQA-AI99.63
SyntheticDocQA-Energy96.52
SyntheticDocQA-Gov96.16
SyntheticDocQA-Health100.00 πŸ₯‡
TabFQuAD89.48
TATDQA82.66
Average90.80
πŸ“Š MTEB v1+v2 (NDCG@5) - Click to expand

ViDoRe v1 Tasks:

TaskScore
ArxivQA91.83
DocVQA66.96 πŸ₯‡
InfoVQA94.23
ShiftProject90.55
SyntheticDocQA-AI99.63
SyntheticDocQA-Energy96.52
SyntheticDocQA-Gov96.16
SyntheticDocQA-Health100.00 πŸ₯‡
TabFQuAD89.48
TATDQA82.66

ViDoRe v2 Tasks (Multilingual):

TaskScore
ViDoRe-v2-2BioMed58.85
ViDoRe-v2-2Econ54.96
ViDoRe-v2-2ESG-HL69.23
ViDoRe-v2-2ESG56.52
Combined Average81.97
πŸ“Š ViDoRe v3 (NDCG@10) - Click to expand
TaskScore
ViDoRe-v3-CS73.96
ViDoRe-v3-Energy64.66
ViDoRe-v3-FinanceEn55.92
ViDoRe-v3-FinanceFr42.87
ViDoRe-v3-HR55.70
ViDoRe-v3-Industry46.06
ViDoRe-v3-Pharma60.70
ViDoRe-v3-Physics48.33
Average56.03

Overall Summary (128-dim Models)

ModelParamsViDoRe v1MTEB v1+v2ViDoRe v3
SauerkrautLM-ColQwen3-8b-v0.18.0B91.08 (#1)82.91 (#2)58.55 (#1)
SauerkrautLM-ColQwen3-4b-v0.1 ⭐4.0B90.80 (#2)81.97 (#4)56.03 (#4)
EvoQwen2.5-VL-Retriever-7B-v17.0B90.68 (#3)83.41 (#1)-
EvoQwen2.5-VL-Retriever-3B-v13.0B90.67 (#4)82.76 (#3)-
SauerkrautLM-ColQwen3-2b-v0.12.2B90.24 (#5)81.02 (#7)54.32 (#5)
colqwen2.5-v0.23.0B89.54 (#8)81.12 (#6)52.44 (#6)

πŸ“‹ Summary Tables

128-dim Models Comparison

128-dim Models Summary

Comparison vs High-dim Models

High-dim Comparison

✨ Key Features

  • πŸ† #2 Overall (128-dim): Second highest ViDoRe v1 score among all 128-dim models
  • πŸ₯‡ #1 in Large Category: Best 3-5B model on ViDoRe v1
  • πŸ’Ύ Memory Efficient: Only ~8GB VRAM (half of 8B model)
  • ⚑ Compact Embeddings: 128-dimensional
  • 🌍 Multilingual: 6 languages (EN, DE, FR, ES, IT, PT)

Model Details

PropertyValue
Base ModelQwen/Qwen3-VL-4B
Parameters4.0B
Embedding Dimension128
VRAM (bfloat16)~8 GB
Max Context Length262,144 tokens
LicenseApache 2.0

Training

Hardware & Configuration

SettingValue
GPUs4x NVIDIA RTX 6000 Ada (48GB)
Effective Batch Size256
Precisionbfloat16

Datasets

DatasetTypeDescription
vidore/colpali_train_setPublicColPali training data
openbmb/VisRAG-Ret-Train-In-domain-dataPublicVisual RAG training data
llamaindex/vdr-multilingual-trainPublicMultilingual document retrieval
VAGO Multilingual Dataset 1In-houseProprietary multilingual document-query pairs
VAGO Multilingual Dataset 2In-houseProprietary multilingual document-query pairs

Installation & Usage

Sentence Transformers

This model can be used with Sentence Transformers as a multi-vector (ColBERT-style late interaction) retriever via the MultiVectorEncoder:

pip install "sentence-transformers[image]>=6.0.0"
from sentence_transformers import MultiVectorEncoder

model = MultiVectorEncoder(
    "VAGOsolutions/SauerkrautLM-ColQwen3-4b-v0.1",
    model_kwargs={"dtype": "bfloat16"},
)

queries = [
    "What is the variable represented on the y-axis of the graph?",
    "Total outlay is maximum in which year?",
]
images = [
    "https://huggingface.co/datasets/sentence-transformers/example-documents/resolve/main/doc1.jpg",
    "https://huggingface.co/datasets/sentence-transformers/example-documents/resolve/main/doc2.jpg",
]

query_embeddings = model.encode_query(queries)
image_embeddings = model.encode_document(images)
print(query_embeddings[0].shape, image_embeddings[0].shape)
# torch.Size([25, 128]) torch.Size([1251, 128])

# Diagonal should have higher scores
scores = model.similarity(query_embeddings, image_embeddings)
print(scores)
# tensor([[16.3877,  8.1367],
#         [ 5.8350, 15.3848]], device='cuda:0')

SauerkrautLM ColPali

⚠️ Important: Install our package first before loading the model:

pip install git+https://github.com/VAGOsolutions/sauerkrautlm-colpali
import torch
from PIL import Image
from sauerkrautlm_colpali.models import ColQwen3, ColQwen3Processor

model_name = "VAGOsolutions/SauerkrautLM-ColQwen3-4b-v0.1"

model = ColQwen3.from_pretrained(
    model_name,
    torch_dtype=torch.bfloat16,
    attn_implementation="flash_attention_2",
    device_map="cuda:0",
).eval()

processor = ColQwen3Processor.from_pretrained(model_name)

images = [Image.open("document.png")]
queries = ["What is the main topic?"]

batch_images = processor.process_images(images).to(model.device)
batch_queries = processor.process_queries(queries).to(model.device)

with torch.no_grad():
    image_embeddings = model(**batch_images)
    query_embeddings = model(**batch_queries)

scores = processor.score(query_embeddings, image_embeddings)

πŸ“Š Additional Benchmark Visualizations

MTEB v1+v2 Benchmark (128-dim Models)

MTEB v1+v2 Benchmark - 128-dim Models

ViDoRe v3 Benchmark (128-dim Models)

ViDoRe v3 Benchmark - 128-dim Models

Our Models vs High-dim Models

ViDoRe v1 - Our Models vs High-dim

Citation

@misc{sauerkrautlm-colpali-2025,
  title={SauerkrautLM-ColPali: Multi-Vector Vision Retrieval Models},
  author={David Golchinfar},
  organization={VAGO Solutions},
  year={2025},
  url={https://github.com/VAGOsolutions/sauerkrautlm-colpali}
}

Contact

Contributors

DavidGF

4 commits

tomaarsen

1 commits

VAGOsolutions/SauerkrautLM-ColQwen3-4b-v0.1

Model

3

stars

5

commits

3

repos using this model

1

linked in READMEs

Aug 27, 2026

updated

colpali
conversational
document-retrieval
image-text-to-text
late-interaction
mteb
multi-vector
qwen3-vl
qwen3_vl
safetensors
sauerkrautlm-colpali
sentence-transformers
vidore
vision-language-model
visual-retrieval
Browse cluster: Visual Document Retrieval & ColPali β†’

README

SauerkrautLM-ColQwen3-4b-v0.1

VAGO Solutions Logo

πŸ₯‡ Best 128-dim Model in Large (3-5B) Category | Excellent Performance with Half the Memory

SauerkrautLM-ColQwen3-4b-v0.1 achieves 90.80 NDCG@5 on ViDoRe v1, making it the #2 overall among 128-dim models and the best in the Large (3-5B) category for ViDoRe v1.

ViDoRe v1 Benchmark - 128-dim Models

🎯 Why Visual Document Retrieval?

Traditional OCR-based retrieval loses layout, tables, and visual context. Our visual approach:

  • βœ… No OCR errors - Direct visual understanding
  • βœ… Layout-aware - Understands tables, forms, charts
  • βœ… End-to-end - Single model, no pipeline complexity

πŸ† Key Achievements

BenchmarkScoreRank (128-dim)
ViDoRe v190.80#2
MTEB v1+v281.97#4
ViDoRe v356.03#4

Large Category Comparison (3-5B, 128-dim)

ModelParamsDimViDoRe v1MTEB v1+v2ViDoRe v3
SauerkrautLM-ColQwen3-4b-v0.1 ⭐4.0B12890.8081.9756.03
EvoQwen2.5-VL-Retriever-3B-v13.0B12890.6782.76-
colnomic-embed-multimodal-3b3.0B12889.8680.0956.40
colqwen2.5-v0.23.0B12889.5481.1252.44
SauerkrautLM-ColMinistral3-3b-v0.13.0B12881.9871.9340.50

Best ViDoRe v1 in the Large category!

Detailed Benchmark Results

πŸ“Š ViDoRe v1 (NDCG@5) - Click to expand
TaskScore
ArxivQA91.83
DocVQA66.96 πŸ₯‡
InfoVQA94.23
ShiftProject90.55
SyntheticDocQA-AI99.63
SyntheticDocQA-Energy96.52
SyntheticDocQA-Gov96.16
SyntheticDocQA-Health100.00 πŸ₯‡
TabFQuAD89.48
TATDQA82.66
Average90.80
πŸ“Š MTEB v1+v2 (NDCG@5) - Click to expand

ViDoRe v1 Tasks:

TaskScore
ArxivQA91.83
DocVQA66.96 πŸ₯‡
InfoVQA94.23
ShiftProject90.55
SyntheticDocQA-AI99.63
SyntheticDocQA-Energy96.52
SyntheticDocQA-Gov96.16
SyntheticDocQA-Health100.00 πŸ₯‡
TabFQuAD89.48
TATDQA82.66

ViDoRe v2 Tasks (Multilingual):

TaskScore
ViDoRe-v2-2BioMed58.85
ViDoRe-v2-2Econ54.96
ViDoRe-v2-2ESG-HL69.23
ViDoRe-v2-2ESG56.52
Combined Average81.97
πŸ“Š ViDoRe v3 (NDCG@10) - Click to expand
TaskScore
ViDoRe-v3-CS73.96
ViDoRe-v3-Energy64.66
ViDoRe-v3-FinanceEn55.92
ViDoRe-v3-FinanceFr42.87
ViDoRe-v3-HR55.70
ViDoRe-v3-Industry46.06
ViDoRe-v3-Pharma60.70
ViDoRe-v3-Physics48.33
Average56.03

Overall Summary (128-dim Models)

ModelParamsViDoRe v1MTEB v1+v2ViDoRe v3
SauerkrautLM-ColQwen3-8b-v0.18.0B91.08 (#1)82.91 (#2)58.55 (#1)
SauerkrautLM-ColQwen3-4b-v0.1 ⭐4.0B90.80 (#2)81.97 (#4)56.03 (#4)
EvoQwen2.5-VL-Retriever-7B-v17.0B90.68 (#3)83.41 (#1)-
EvoQwen2.5-VL-Retriever-3B-v13.0B90.67 (#4)82.76 (#3)-
SauerkrautLM-ColQwen3-2b-v0.12.2B90.24 (#5)81.02 (#7)54.32 (#5)
colqwen2.5-v0.23.0B89.54 (#8)81.12 (#6)52.44 (#6)

πŸ“‹ Summary Tables

128-dim Models Comparison

128-dim Models Summary

Comparison vs High-dim Models

High-dim Comparison

✨ Key Features

  • πŸ† #2 Overall (128-dim): Second highest ViDoRe v1 score among all 128-dim models
  • πŸ₯‡ #1 in Large Category: Best 3-5B model on ViDoRe v1
  • πŸ’Ύ Memory Efficient: Only ~8GB VRAM (half of 8B model)
  • ⚑ Compact Embeddings: 128-dimensional
  • 🌍 Multilingual: 6 languages (EN, DE, FR, ES, IT, PT)

Model Details

PropertyValue
Base ModelQwen/Qwen3-VL-4B
Parameters4.0B
Embedding Dimension128
VRAM (bfloat16)~8 GB
Max Context Length262,144 tokens
LicenseApache 2.0

Training

Hardware & Configuration

SettingValue
GPUs4x NVIDIA RTX 6000 Ada (48GB)
Effective Batch Size256
Precisionbfloat16

Datasets

DatasetTypeDescription
vidore/colpali_train_setPublicColPali training data
openbmb/VisRAG-Ret-Train-In-domain-dataPublicVisual RAG training data
llamaindex/vdr-multilingual-trainPublicMultilingual document retrieval
VAGO Multilingual Dataset 1In-houseProprietary multilingual document-query pairs
VAGO Multilingual Dataset 2In-houseProprietary multilingual document-query pairs

Installation & Usage

Sentence Transformers

This model can be used with Sentence Transformers as a multi-vector (ColBERT-style late interaction) retriever via the MultiVectorEncoder:

pip install "sentence-transformers[image]>=6.0.0"
from sentence_transformers import MultiVectorEncoder

model = MultiVectorEncoder(
    "VAGOsolutions/SauerkrautLM-ColQwen3-4b-v0.1",
    model_kwargs={"dtype": "bfloat16"},
)

queries = [
    "What is the variable represented on the y-axis of the graph?",
    "Total outlay is maximum in which year?",
]
images = [
    "https://huggingface.co/datasets/sentence-transformers/example-documents/resolve/main/doc1.jpg",
    "https://huggingface.co/datasets/sentence-transformers/example-documents/resolve/main/doc2.jpg",
]

query_embeddings = model.encode_query(queries)
image_embeddings = model.encode_document(images)
print(query_embeddings[0].shape, image_embeddings[0].shape)
# torch.Size([25, 128]) torch.Size([1251, 128])

# Diagonal should have higher scores
scores = model.similarity(query_embeddings, image_embeddings)
print(scores)
# tensor([[16.3877,  8.1367],
#         [ 5.8350, 15.3848]], device='cuda:0')

SauerkrautLM ColPali

⚠️ Important: Install our package first before loading the model:

pip install git+https://github.com/VAGOsolutions/sauerkrautlm-colpali
import torch
from PIL import Image
from sauerkrautlm_colpali.models import ColQwen3, ColQwen3Processor

model_name = "VAGOsolutions/SauerkrautLM-ColQwen3-4b-v0.1"

model = ColQwen3.from_pretrained(
    model_name,
    torch_dtype=torch.bfloat16,
    attn_implementation="flash_attention_2",
    device_map="cuda:0",
).eval()

processor = ColQwen3Processor.from_pretrained(model_name)

images = [Image.open("document.png")]
queries = ["What is the main topic?"]

batch_images = processor.process_images(images).to(model.device)
batch_queries = processor.process_queries(queries).to(model.device)

with torch.no_grad():
    image_embeddings = model(**batch_images)
    query_embeddings = model(**batch_queries)

scores = processor.score(query_embeddings, image_embeddings)

πŸ“Š Additional Benchmark Visualizations

MTEB v1+v2 Benchmark (128-dim Models)

MTEB v1+v2 Benchmark - 128-dim Models

ViDoRe v3 Benchmark (128-dim Models)

ViDoRe v3 Benchmark - 128-dim Models

Our Models vs High-dim Models

ViDoRe v1 - Our Models vs High-dim

Citation

@misc{sauerkrautlm-colpali-2025,
  title={SauerkrautLM-ColPali: Multi-Vector Vision Retrieval Models},
  author={David Golchinfar},
  organization={VAGO Solutions},
  year={2025},
  url={https://github.com/VAGOsolutions/sauerkrautlm-colpali}
}

Contact

Contributors

DavidGF

4 commits

tomaarsen

1 commits