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
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,7 +10,7 @@ tags:
|
|
| 10 |
---
|
| 11 |
|
| 12 |
<h1 align="center">
|
| 13 |
-
|
| 14 |
</h1>
|
| 15 |
<p align="center">
|
| 16 |
<img src="https://raw.githubusercontent.com/chrisyrniu/Human2LocoMan/main/doc/figures/logo.png" width="100" />
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
<h1 align="center">
|
| 13 |
+
Modularized Cross-Embodiment Transformer (MXT) – Pretrained Models from Human2LocoMan
|
| 14 |
</h1>
|
| 15 |
<p align="center">
|
| 16 |
<img src="https://raw.githubusercontent.com/chrisyrniu/Human2LocoMan/main/doc/figures/logo.png" width="100" />
|