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
|
@@ -7,6 +7,7 @@ tags:
|
|
| 7 |
- Human
|
| 8 |
- Pretraining
|
| 9 |
- Manipulation
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
<h1 align="center">
|
|
@@ -72,4 +73,4 @@ If you find this work helpful, please consider citing the paper:
|
|
| 72 |
booktitle={Robotics: Science and Systems (RSS)},
|
| 73 |
year={2025}
|
| 74 |
}
|
| 75 |
-
```
|
|
|
|
| 7 |
- Human
|
| 8 |
- Pretraining
|
| 9 |
- Manipulation
|
| 10 |
+
library_name: transformers
|
| 11 |
---
|
| 12 |
|
| 13 |
<h1 align="center">
|
|
|
|
| 73 |
booktitle={Robotics: Science and Systems (RSS)},
|
| 74 |
year={2025}
|
| 75 |
}
|
| 76 |
+
```
|