Instructions to use Franklin0/ReasonGen-R1-SFT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Franklin0/ReasonGen-R1-SFT with Transformers:
# Load model directly from transformers import MultiModalityCausalLM model = MultiModalityCausalLM.from_pretrained("Franklin0/ReasonGen-R1-SFT", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Add pipeline tag and model description
#1
by nielsr HF Staff - opened
This PR adds the missing pipeline_tag: text-to-image to the model card metadata. This will allow the model to be properly categorized and discovered on the Hugging Face Hub. A brief model description and relevant information are also added for clarity.
Franklin0 changed pull request status to merged