Video-Text-to-Text
Transformers
Safetensors
English
qwen3_vl
image-text-to-text
video-understanding
reward-model
computer-use
qwen3-vl
multimodal
Instructions to use lime-nlp/ExeVRM-8B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lime-nlp/ExeVRM-8B with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForImageTextToText processor = AutoProcessor.from_pretrained("lime-nlp/ExeVRM-8B") model = AutoModelForImageTextToText.from_pretrained("lime-nlp/ExeVRM-8B") - Notebooks
- Google Colab
- Kaggle
Ctrl+K