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
|
@@ -5,7 +5,6 @@ tags:
|
|
| 5 |
- reasoning
|
| 6 |
- sft
|
| 7 |
- rl
|
| 8 |
-
- perception
|
| 9 |
datasets:
|
| 10 |
- multimodal-reasoning-lab/Zebra-CoT
|
| 11 |
- ModalityDance/Omni-Bench
|
|
|
|
| 5 |
- reasoning
|
| 6 |
- sft
|
| 7 |
- rl
|
|
|
|
| 8 |
datasets:
|
| 9 |
- multimodal-reasoning-lab/Zebra-CoT
|
| 10 |
- ModalityDance/Omni-Bench
|