Instructions to use Franklin0/ReasonGen-R1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Franklin0/ReasonGen-R1 with Transformers:
# Load model directly from transformers import MultiModalityCausalLM model = MultiModalityCausalLM.from_pretrained("Franklin0/ReasonGen-R1", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Add text-to-image pipeline tag and improve model card title
#1
by nielsr HF Staff - opened
This PR adds the pipeline_tag: text-to-image to the model card metadata. This will improve the discoverability of the model on the Hugging Face Hub. It also improves the model card title for better readability.
Franklin0 changed pull request status to merged