Video-Text-to-Text
Transformers
Safetensors
qwen2_5_omni
text-to-audio
multimodal
video-captioning
audio-visual
ugc
Instructions to use openinterx/UGC-VideoCaptioner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use openinterx/UGC-VideoCaptioner with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("openinterx/UGC-VideoCaptioner") model = AutoModelForMultimodalLM.from_pretrained("openinterx/UGC-VideoCaptioner", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 74 Bytes
afb17b1 | 1 2 3 4 5 | {
"_from_model_config": true,
"transformers_version": "4.52.0.dev0"
}
|