Instructions to use allenai/MolmoAct2-Think-LIBERO with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use allenai/MolmoAct2-Think-LIBERO with Transformers:
# Load model directly from transformers import AutoModelForImageTextToText model = AutoModelForImageTextToText.from_pretrained("allenai/MolmoAct2-Think-LIBERO", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Declare Apache-2.0 license
Browse filesAdd the Apache-2.0 identifier to the model card metadata so the Hugging Face Hub displays the intended model license. This matches the license already declared for the related Molmo2-ER and MolmoAct2-LIBERO-LeRobot releases.
README.md
CHANGED
|
@@ -1,11 +1,12 @@
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
tags:
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
<img src="assets/MolmoAct2-Think.svg" alt="MolmoAct Think Logo" height="50">
|
|
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
tags:
|
| 4 |
+
- molmoact2
|
| 5 |
+
- robotics
|
| 6 |
+
- image-text-to-text
|
| 7 |
+
- depth-reasoning
|
| 8 |
+
- libero
|
| 9 |
+
license: apache-2.0
|
| 10 |
---
|
| 11 |
|
| 12 |
<img src="assets/MolmoAct2-Think.svg" alt="MolmoAct Think Logo" height="50">
|