Add model card and robotics pipeline tag

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +19 -0
README.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pipeline_tag: robotics
3
+ ---
4
+
5
+ # WSA-Large-LIBERO
6
+
7
+ WSA-Large-LIBERO is a 3D-Centric World-Spatial-Action Model fine-tuned on the LIBERO benchmark, introduced in the paper:
8
+ **[WSA$_1$: a 3D-Centric World-Spatial-Action Model for Generalizable Robot Control](https://huggingface.co/papers/2607.03941)**.
9
+
10
+ * **Project Page:** https://zaleni.github.io/WSA1/
11
+ * **Repository:** https://github.com/zaleni/WSA
12
+
13
+ ## Model Description
14
+ WSA is an embodied foundation model built upon a 3D-Centric World-Spatial-Action modeling paradigm. It unifies instruction-aligned 2D visual planning, action-conditioned 3D world modeling, and 3D-aware action generation, allowing for robust behavior generalization on both simulation and real-world robot control tasks.
15
+
16
+ This checkpoint corresponds to the **WSA-Large (6B)** variant (based on the Wan2.2-TI2V-5B backbone) fine-tuned on the LIBERO dataset.
17
+
18
+ ## Installation & Evaluation
19
+ For codebase setup, evaluation workflows, and training instructions, please refer to the official [WSA GitHub Repository](https://github.com/zaleni/WSA).