Qwen3.5-0.8B-VTContrast

Qwen3.5-0.8B-VTContrast is a vision-language model based on Qwen3.5-0.8B. 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-0.8B-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
-
Safetensors
Model size
0.9B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

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

Finetuned
(340)
this model