Qwen3.5-2B-VTContrast

Qwen3.5-2B-VTContrast is a vision-language model based on Qwen3.5-2B. It is fine-tuned for video temporal understanding with a contrastive training objective, aiming to improve performance over temporal order and visual changes in videos.

Usage

from transformers import AutoProcessor, Qwen3_5ForConditionalGeneration

model_id = "AndGate811/Qwen3.5-2B-VTContrast"

processor = AutoProcessor.from_pretrained(model_id)
model = Qwen3_5ForConditionalGeneration.from_pretrained(
    model_id,
    torch_dtype="auto",
    device_map="auto",
)

Please disable thinking mode during inference.

Downloads last month
-
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for AndGate811/Qwen3.5-2B-VTContrast

Finetuned
Qwen/Qwen3.5-2B
Finetuned
(333)
this model