Spaces:
Running on Zero
Running on Zero
File size: 1,551 Bytes
11535dc 34f3bc9 11535dc 34f3bc9 11535dc 34f3bc9 11535dc 34f3bc9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | ---
title: LabVLA
emoji: 🧪
colorFrom: indigo
colorTo: blue
sdk: gradio
sdk_version: 6.15.1
app_file: app.py
short_description: VLA model for scientific laboratory robotics
python_version: "3.12"
startup_duration_timeout: 1h
---
# LabVLA: Vision-Language-Action Model for Scientific Laboratories
LabVLA is the first VLA foundation model designed specifically for scientific laboratory environments.
It combines a **Qwen3-VL-4B** vision-language backbone with a **DiT flow-matching action expert** trained
with the π0.5 recipe: FAST action-token pre-training → flow-matching post-training with knowledge isolation.
This demo lets you provide a laboratory camera view and a natural language instruction, and the model
predicts a chunk of 50 future robot actions (7 arm joint angles + 1 gripper width per step) for a Franka
Panda manipulator.
## Model
- **Model**: [zjunlp/LabVLA-5B-Base](https://huggingface.co/zjunlp/LabVLA-5B-Base)
- **Paper**: [LabVLA: Grounding Vision-Language-Action Models in Scientific Laboratories](https://huggingface.co/papers/2606.13578)
- **GitHub**: [zjunlp/LabVLA](https://github.com/zjunlp/LabVLA)
## Inputs
- **Camera View**: An image of the laboratory workspace
- **Task Instruction**: Natural language instruction (e.g., "Pick up the beaker")
- **Robot State**: 7 arm joint angles + 1 gripper width (Franka Panda 7-DOF)
## Outputs
- **Action Trajectory**: 50-step predicted action chunk visualized as per-joint trajectory plots
- **Action Details**: JSON with the raw action values and timing information |