Unified Vision-Language-Action Model
Paper • 2506.19850 • Published • 28
How to use Yuqi1997/UniVLA with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("Yuqi1997/UniVLA", dtype="auto")This repository contains the model weights for the paper Unified Vision-Language-Action Model.
Project page: https://robertwyq.github.io/univla.github.io
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Yuqi1997/UniVLA", dtype="auto")