dmusingu / lapvqa-vqa-native

huggingface.co
Total runs: 0
24-hour runs: 0
7-day runs: 0
30-day runs: 0
Model's Last Updated: June 06 2026
visual-question-answering

Introduction of lapvqa-vqa-native

Model Details of lapvqa-vqa-native

LAPVQA — VQA (Native / End-to-end)

Part of the LAPVQA collection .

Description

VQA task heads trained with end-to-end fine-tuning (encoder + head jointly). Provides a baseline for comparison with the frozen-encoder variant lapvqa-vqa . Each .pt file is a plain state dict of VQAHead .

File Encoder vis_dim
clip-vit-l14_best.pt CLIP ViT-L/14 (fine-tuned) 1024
siglip_best.pt SigLIP (fine-tuned) 1152
florence2_best.pt Florence-2 (fine-tuned) 1024
coca_best.pt CoCa (fine-tuned) 768
mae-vit-l16_best.pt MAE ViT-L/16 (fine-tuned) 1024
Loading
import torch
from lapvqa.vqa.model import VQAHead

VIS_DIMS = {
    "clip-vit-l14": 1024, "siglip": 1152,
    "florence2": 1024, "coca": 768, "mae-vit-l16": 1024,
}
encoder = "siglip"
ckpt = torch.load(f"{encoder}_best.pt", map_location="cpu")
head = VQAHead(vis_dim=VIS_DIMS[encoder])
head.load_state_dict(ckpt)
head.eval()

Runs of dmusingu lapvqa-vqa-native on huggingface.co

0
Total runs
0
24-hour runs
0
3-day runs
0
7-day runs
0
30-day runs

More Information About lapvqa-vqa-native huggingface.co Model

More lapvqa-vqa-native license Visit here:

https://choosealicense.com/licenses/apache-2.0

lapvqa-vqa-native huggingface.co

lapvqa-vqa-native huggingface.co is an AI model on huggingface.co that provides lapvqa-vqa-native's model effect (), which can be used instantly with this dmusingu lapvqa-vqa-native model. huggingface.co supports a free trial of the lapvqa-vqa-native model, and also provides paid use of the lapvqa-vqa-native. Support call lapvqa-vqa-native model through api, including Node.js, Python, http.

lapvqa-vqa-native huggingface.co Url

https://huggingface.co/dmusingu/lapvqa-vqa-native

dmusingu lapvqa-vqa-native online free

lapvqa-vqa-native huggingface.co is an online trial and call api platform, which integrates lapvqa-vqa-native's modeling effects, including api services, and provides a free online trial of lapvqa-vqa-native, you can try lapvqa-vqa-native online for free by clicking the link below.

dmusingu lapvqa-vqa-native online free url in huggingface.co:

https://huggingface.co/dmusingu/lapvqa-vqa-native

lapvqa-vqa-native install

lapvqa-vqa-native is an open source model from GitHub that offers a free installation service, and any user can find lapvqa-vqa-native on GitHub to install. At the same time, huggingface.co provides the effect of lapvqa-vqa-native install, users can directly use lapvqa-vqa-native installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

lapvqa-vqa-native install url in huggingface.co:

https://huggingface.co/dmusingu/lapvqa-vqa-native

Url of lapvqa-vqa-native

lapvqa-vqa-native huggingface.co Url

Provider of lapvqa-vqa-native huggingface.co

dmusingu
ORGANIZATIONS

Other API from dmusingu

huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:June 06 2026
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:June 06 2026