How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("image-text-to-text", model="LooperXX/LLaVA-OV-Manager")
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("LooperXX/LLaVA-OV-Manager", dtype="auto")
Quick Links

Model weights for our submission to TCSVT, titled "Manager: Aggregating Insights from Unimodal Experts in Two-Tower VLMs and MLLMs".

Related materials can be found at Paper, Code, https://looperxx.github.io/.

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for LooperXX/LLaVA-OV-Manager

Base model

Qwen/Qwen2-0.5B
Finetuned
(560)
this model

Datasets used to train LooperXX/LLaVA-OV-Manager

Paper for LooperXX/LLaVA-OV-Manager