upload: ckpt 81041b4
root commited on
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")