Robotics
Transformers
Safetensors
qwen2_5_vl
image-text-to-text
vision-language-action-model
vision-language-model
text-generation-inference
Instructions to use InternRobotics/RoboInter-VLM_qwenvl25_3b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use InternRobotics/RoboInter-VLM_qwenvl25_3b with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForImageTextToText processor = AutoProcessor.from_pretrained("InternRobotics/RoboInter-VLM_qwenvl25_3b") model = AutoModelForImageTextToText.from_pretrained("InternRobotics/RoboInter-VLM_qwenvl25_3b") - Notebooks
- Google Colab
- Kaggle
File size: 489 Bytes
46ead04 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | license: apache-2.0
base_model:
- Qwen/Qwen2.5-VL-3B-Instruct
tags:
- robotics
- vision-language-action-model
- vision-language-model
library_name: transformers
# Collection Metadata (Referencing InternRobotics/VLN-PE style)
repo: InternRobotics/RoboInter-VLM_qwenvl25_3b
type: "checkpoint-collection"
description: "Collection of RoboInterVLM checkpoints and configs fine-tuned on RoboInter-VQA."
checkpoints:
- name: RoboInter-VLM_qwenvl25_3b
notes: "Lightweight Qwen2.5-VL model"
|