Video-Text-to-Text
Transformers
Safetensors
English
qwen2
text-generation
multimodal
custom_code
text-generation-inference
Instructions to use BAAI/Video-XL-2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use BAAI/Video-XL-2 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("BAAI/Video-XL-2", trust_remote_code=True) model = AutoModelForCausalLM.from_pretrained("BAAI/Video-XL-2", trust_remote_code=True) - Notebooks
- Google Colab
- Kaggle
Demo
#2
by merve - opened
Hello!
Congratulations on the release! If you feel like building a demo we'd love to grant you a ZeroGPU grant.
It'd also be great to make the model card more descriptive as it doesn't contain higher level info about the model where people can get more information from.
Thanks for the suggestion. We’ll consider it carefully.