Instructions to use Haoz0206/Omni-R1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Haoz0206/Omni-R1 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultimodalLM tokenizer = AutoTokenizer.from_pretrained("Haoz0206/Omni-R1") model = AutoModelForMultimodalLM.from_pretrained("Haoz0206/Omni-R1") - Notebooks
- Google Colab
- Kaggle
Improve model card: Correct pipeline tag, add license and library name
#1
by nielsr HF Staff - opened
This PR improves the model card by:
- Correcting the
pipeline_tagtovideo-text-to-textfor better searchability on the Hugging Face Hub. - Adding the
library_nameastransformersto specify compatibility. - Specifying the license as
bsd-2-clause.
These changes enhance the model card's completeness and discoverability.
Haoz0206 changed pull request status to merged