Instructions to use DAVIAN-Robotics/GR00T-N1-2B-tuned-DexMG-MG100-CrossEmbodiments with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DAVIAN-Robotics/GR00T-N1-2B-tuned-DexMG-MG100-CrossEmbodiments with Transformers:
# Load model directly from transformers import GR00T_N1 model = GR00T_N1.from_pretrained("DAVIAN-Robotics/GR00T-N1-2B-tuned-DexMG-MG100-CrossEmbodiments", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
| 2 |
license: mit
|
| 3 |
base_model:
|
| 4 |
- nvidia/GR00T-N1-2B
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
|
| 7 |
# Post-trained Models of GR00T-N1-2B
|
|
|
|
| 2 |
license: mit
|
| 3 |
base_model:
|
| 4 |
- nvidia/GR00T-N1-2B
|
| 5 |
+
pipeline_tag: robotics
|
| 6 |
+
library_name: transformers
|
| 7 |
---
|
| 8 |
|
| 9 |
# Post-trained Models of GR00T-N1-2B
|