Robotics
Transformers
Safetensors
English
eo1
feature-extraction
Robot Control
Generalist robot policies
VLA
Embodied AI
Unified Model
multimodal
large embodied model
custom_code
Instructions to use IPEC-COMMUNITY/EO-1-3B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use IPEC-COMMUNITY/EO-1-3B with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("IPEC-COMMUNITY/EO-1-3B", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "auto_map": { | |
| "AutoProcessor": "processing_eo1.EO1VisionProcessor" | |
| }, | |
| "processor_class": "EO1VisionProcessor", | |
| "robot_config": { | |
| "action_chunk_size": 16, | |
| "features": {}, | |
| "max_action_dim": 32, | |
| "select_action_keys": {}, | |
| "select_state_keys": {}, | |
| "select_video_keys": {}, | |
| "state_mode": "MEAN_STD", | |
| "stats": {} | |
| } | |
| } | |