Instructions to use Zhang199/TinyLLaVA-Video-R1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Zhang199/TinyLLaVA-Video-R1 with Transformers:
# Load model directly from transformers import AutoModelForSeq2SeqLM model = AutoModelForSeq2SeqLM.from_pretrained("Zhang199/TinyLLaVA-Video-R1", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 148 Bytes
3162f59 | 1 2 3 4 5 6 7 8 | {
"_from_model_config": true,
"bos_token_id": 151643,
"eos_token_id": 151643,
"transformers_version": "4.49.0.dev0",
"use_cache": false
}
|