Video-Text-to-Text
Transformers
Safetensors
English
videochat_flash_qwen
image-feature-extraction
multimodal
custom_code
Eval Results (legacy)
Instructions to use OpenGVLab/VideoChat-Flash-Qwen2_5-2B_res448 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use OpenGVLab/VideoChat-Flash-Qwen2_5-2B_res448 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("OpenGVLab/VideoChat-Flash-Qwen2_5-2B_res448", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Please share documentation on how to use the model i.e Available Functions, Parameters etc
#4
by HaiderCG - opened
The code snippet in model card works fine but there is no detail on about the parameters affect the results. What other functions are available etc.
What information do you want to output, and can you modify the chat function by yourself to do that.