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, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("InternRobotics/RoboInter-VLM_qwenvl25_3b") model = AutoModelForMultimodalLM.from_pretrained("InternRobotics/RoboInter-VLM_qwenvl25_3b", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload training_args.bin with huggingface_hub
Browse files- training_args.bin +3 -0
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:66a8d5892e4c995c607cb45feeb69243e754640cb03250e107aa9558dfcaa810
|
| 3 |
+
size 7416
|