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
File size: 129 Bytes
0f06c51 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:597bea5a31c49cd9c61db90830590fee60c5e0a7ed0b1590169dc7bd0615d2bf
size 7160
|