How to use from the
Use from the
Transformers library
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("asterisms45/X-VLA-openarm-pos-3cam", trust_remote_code=True, dtype="auto")
Quick Links

X-VLA OpenArm POS 3-Camera

Fine-tuned from 2toINF/X-VLA-Pt on asterisms45/my_openarm_dataset_test.

Training setup:

  • dataset format: LeRobot v3.0
  • action/proprio: *.pos only
  • effective action dim: 8
  • cameras:
    • observation.images.cam_right_hand
    • observation.images.cam_left_hand
    • observation.images.cam_ego
  • training steps: 20000

This checkpoint was trained in X-VLA with action_mode=auto, real_action_dim=8, and max_action_dim=8.

Loading

from transformers import AutoModel, AutoProcessor

model = AutoModel.from_pretrained(
    "asterisms45/X-VLA-openarm-pos-3cam",
    trust_remote_code=True,
)
processor = AutoProcessor.from_pretrained(
    "asterisms45/X-VLA-openarm-pos-3cam",
    trust_remote_code=True,
)
Downloads last month
3
Safetensors
Model size
0.9B params
Tensor type
F32
·
Video Preview
loading

Model tree for asterisms45/X-VLA-openarm-pos-3cam

Finetuned
2toINF/X-VLA-Pt
Finetuned
(6)
this model