libero_object / README.md
DannyJun's picture
Upload README.md with huggingface_hub
5ad4e1a verified
metadata
license: mit
tags:
  - robotics
  - vision-language-action
  - robot-manipulation

libero_object

Model Description

This is a vision-language-action model for robotic manipulation with progress-aware spatial subtask planning.

Usage

from transformers import AutoModelForCausalLM, AutoProcessor

model = AutoModelForCausalLM.from_pretrained("SPRVLA/libero_object")
processor = AutoProcessor.from_pretrained("SPRVLA/libero_object")

License

MIT License