Robotics
Transformers
Safetensors
qwen2_5_vl
text-generation
vision-language-model
video-language-model
navigation
text-generation-inference
Instructions to use InternRobotics/InternVLA-N1-wo-dagger with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use InternRobotics/InternVLA-N1-wo-dagger with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForCausalLM processor = AutoProcessor.from_pretrained("InternRobotics/InternVLA-N1-wo-dagger") model = AutoModelForCausalLM.from_pretrained("InternRobotics/InternVLA-N1-wo-dagger") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
ChaimZhu
Merge branch 'main' of https://huggingface.co/InternRobotics/InternVLA-N1 into main
377366b