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 AutoProcessor, AutoModelForImageTextToText processor = AutoProcessor.from_pretrained("ModalityDance/Omni-R1-Zero") model = AutoModelForImageTextToText.from_pretrained("ModalityDance/Omni-R1-Zero") - Notebooks
- Google Colab
- Kaggle
| { | |
| "_from_model_config": true, | |
| "bos_token_id": 1, | |
| "do_sample": true, | |
| "eos_token_id": 2, | |
| "repetition_penalty": 1.2, | |
| "temperature": 0.7, | |
| "top_p": 0.9, | |
| "transformers_version": "4.45.0.dev0" | |
| } | |