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