Instructions to use chrisyrniu/mxt with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use chrisyrniu/mxt with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("chrisyrniu/mxt", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
datasets:
|
| 4 |
+
- chrisyrniu/human2locoman
|
| 5 |
+
pipeline_tag: robotics
|
| 6 |
+
tags:
|
| 7 |
+
- Human
|
| 8 |
+
- Pretraining
|
| 9 |
+
- Manipulation
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
<h1 align="center">
|
| 13 |
+
Human2LocoMan: Learning Versatile Quadrupedal Manipulation with Human Pretraining
|
| 14 |
+
</h1>
|
| 15 |
+
<p align="center">
|
| 16 |
+
<img src="https://raw.githubusercontent.com/chrisyrniu/Human2LocoMan/main/doc/figures/logo.png" width="100" />
|
| 17 |
+
</p>
|
| 18 |
+
<p align="center">
|
| 19 |
+
<a href="https://chrisyrniu.github.io/" target="_blank">Yaru Niu</a><sup>1,*</sup>
|
| 20 |
+
<a href="https://human2bots.github.io/" target="_blank">Yunzhe Zhang</a><sup>1,*</sup>
|
| 21 |
+
<a href="https://human2bots.github.io/" target="_blank">Mingyang Yu</a><sup>1</sup>
|
| 22 |
+
<a href="https://linchangyi1.github.io/" target="_blank">Changyi Lin</a><sup>1</sup>
|
| 23 |
+
<a href="https://human2bots.github.io/" target="_blank">Chenhao Li</a><sup>1</sup>
|
| 24 |
+
<a href="https://scholar.google.com/citations?user=7ZZ9fOIAAAAJ&hl=zh-CN" target="_blank">Yikai Wang</a><sup>1</sup>
|
| 25 |
+
<br />
|
| 26 |
+
<a href="https://yxyang.github.io/" target="_blank">Yuxiang Yang</a><sup>2</sup>
|
| 27 |
+
<a href="https://wenhaoyu.weebly.com/" target="_blank">Wenhao Yu</a><sup>2</sup>
|
| 28 |
+
<a href="https://research.google/people/tingnanzhang/?&type=google" target="_blank">Tingnan Zhang</a><sup>2</sup>
|
| 29 |
+
<a href="https://scholar.google.com/citations?user=6LYI6uUAAAAJ&hl=en" target="_blank">Zhenzhen Li</a><sup>3</sup>
|
| 30 |
+
<a href="https://jonfranc.com/" target="_blank">Jonathan Francis</a><sup>1,3</sup>
|
| 31 |
+
<a href="https://scholar.google.com/citations?user=LYt_2MgAAAAJ&hl=en" target="_blank">Bingqing Chen</a><sup>3</sup>
|
| 32 |
+
<br />
|
| 33 |
+
<a href="https://www.jie-tan.net/" target="_blank">Jie Tan</a><sup>2</sup>
|
| 34 |
+
<a href="https://www.meche.engineering.cmu.edu/directory/bios/zhao-ding.html" target="_blank">Ding Zhao</a><sup>1</sup>
|
| 35 |
+
<br />
|
| 36 |
+
<sup>1</sup>Carnegie Mellon University
|
| 37 |
+
<sup>2</sup>Google DeepMind
|
| 38 |
+
<sup>3</sup>Bosch Center for AI
|
| 39 |
+
<br />
|
| 40 |
+
<sup>*</sup>Equal contributions
|
| 41 |
+
</p>
|
| 42 |
+
|
| 43 |
+
<p align="center">
|
| 44 |
+
Robotics: Science and Systems (RSS) 2025<br />
|
| 45 |
+
<a href="https://human2bots.github.io/">Website</a> |
|
| 46 |
+
<a href="https://www.arxiv.org/pdf/2506.16475">Paper</a> |
|
| 47 |
+
<a href="https://github.com/chrisyrniu/Human2LocoMan">Code</a>
|
| 48 |
+
</p>
|
| 49 |
+
<p align="center">
|
| 50 |
+
<img src="https://raw.githubusercontent.com/chrisyrniu/Human2LocoMan/main/doc/figures/system_overview.png" alt="Descriptive Alt Text" width="70%"/>
|
| 51 |
+
</p>
|
| 52 |
+
|
| 53 |
+
|
| 54 |
+
---
|