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
File size: 205 Bytes
a0325d0 | 1 2 3 4 5 6 7 8 9 10 | {
"_from_model_config": true,
"eos_token_id": 248046,
"output_attentions": false,
"output_hidden_states": false,
"pad_token_id": 248044,
"transformers_version": "5.13.0",
"use_cache": true
}
|