Instructions to use ModalityDance/Omni-R1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ModalityDance/Omni-R1 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ModalityDance/Omni-R1", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,6 +11,7 @@ datasets:
|
|
| 11 |
- ModalityDance/Omni-Bench
|
| 12 |
base_model:
|
| 13 |
- GAIR/Anole-7b-v0.1
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
# Omni-R1
|
|
|
|
| 11 |
- ModalityDance/Omni-Bench
|
| 12 |
base_model:
|
| 13 |
- GAIR/Anole-7b-v0.1
|
| 14 |
+
pipeline_tag: any-to-any
|
| 15 |
---
|
| 16 |
|
| 17 |
# Omni-R1
|