Robotics
Transformers
Safetensors
internvl_chat
feature-extraction
vision-language-model
manipulation
custom_code
Instructions to use InternRobotics/VLAC with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use InternRobotics/VLAC with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("InternRobotics/VLAC", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -39,7 +39,7 @@ It provides robust evaluation capabilities for task progress prediction and task
|
|
| 39 |
|
| 40 |
VLAC trained on 3000h+ human egocentric data, 1200h+ comprehensive public robotic manipulation data, and 15h+ self-collected manipulation data.
|
| 41 |
|
| 42 |
-
VLAC-8B is coming soon!
|
| 43 |
|
| 44 |
## ✨ Key Features
|
| 45 |
|
|
|
|
| 39 |
|
| 40 |
VLAC trained on 3000h+ human egocentric data, 1200h+ comprehensive public robotic manipulation data, and 15h+ self-collected manipulation data.
|
| 41 |
|
| 42 |
+
VLAC-8B is coming soon! Now the 8B model can be used on Homepage.
|
| 43 |
|
| 44 |
## ✨ Key Features
|
| 45 |
|