Video-Text-to-Text
Transformers
Safetensors
PyTorch
English
qwen2_5_vl
image-text-to-text
trl
RL
text-generation-inference
agent
reasoning
long-horizon-reasoning
temporal-reasoning
spatial-reasoning
physical-reasoning
common-sense-reasoning
robots
Instructions to use prithivMLmods/KAIROS-MM-Qwen2.5-VL-7B-RL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use prithivMLmods/KAIROS-MM-Qwen2.5-VL-7B-RL with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("prithivMLmods/KAIROS-MM-Qwen2.5-VL-7B-RL") model = AutoModelForMultimodalLM.from_pretrained("prithivMLmods/KAIROS-MM-Qwen2.5-VL-7B-RL") - Notebooks
- Google Colab
- Kaggle
Ctrl+K