Video-Text-to-Text
Transformers
Safetensors
English
qwen3_5
image-text-to-text
streaming-video
video-understanding
on-policy-distillation
knowledge-distillation
Instructions to use UniX-Lab/StreamOPD-4B-ST-CueGate with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use UniX-Lab/StreamOPD-4B-ST-CueGate with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("UniX-Lab/StreamOPD-4B-ST-CueGate") model = AutoModelForMultimodalLM.from_pretrained("UniX-Lab/StreamOPD-4B-ST-CueGate", device_map="auto") - Notebooks
- Google Colab
- Kaggle