Views
No views yet
Tevatron/dse-phi3-docmatix-v1, initialized
from the VDocRetriever Phi-3-Vision adapter. This repository contains the trained adapter
and ConceptFormer sidecar, not a duplicate of the approximately 7.8 GB base model. Loaders
resolve the base model from the base_model metadata and merge this adapter at load time.<|lcon|>1import torch
2from conceptformer.retriever.modeling import ConceptFormerRetriever
3
4model = ConceptFormerRetriever.load(
5 "Tevatron/dse-phi3-docmatix-v1",
6 lora_name_or_path="hmhm1229/ConceptFormer-Phi3V",
7 pooling="eos",
8 normalize=True,
9 dtype=torch.bfloat16,
10 device_map="auto",
11)
12model.eval()<|lcon|>, and merges the adapter. The base model is downloaded separately.| Metric | InfoVQA | ChartQA | SlideVQA | TQA | OWID Charts | Wikimedia Maps | Average |
|---|---|---|---|---|---|---|---|
| Recall@10 | 91.70 | 95.33 | 88.73 | 68.80 | 99.24 | 36.70 | 80.08 |
| NDCG@10 | 76.41 | 88.66 | 78.56 | 39.53 | 92.98 | 25.89 | 67.00 |
conceptformer_state.pt stores
the latent projection used by the training objective.