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
Update README.md
Browse files
README.md
CHANGED
|
@@ -25,8 +25,7 @@ Code: https://github.com/Franklin-Zhang0/Image-RL
|
|
| 25 |
<!-- markdownlint-disable no-duplicate-header -->
|
| 26 |
|
| 27 |
|
| 28 |
-
<
|
| 29 |
-
<h1>🚀 ReasonGen-R1: Cot for Autoregressive Image generation models through SFT and RL</h1>
|
| 30 |
|
| 31 |
</div>
|
| 32 |
|
|
|
|
| 25 |
<!-- markdownlint-disable no-duplicate-header -->
|
| 26 |
|
| 27 |
|
| 28 |
+
<h1> ReasonGen-R1: <img src="./images/favicon.ico" alt="ReasonGen-R1 Logo" width="48" height="48"><br> Cot for Autoregressive Image generation models through SFT and RL</h1>
|
|
|
|
| 29 |
|
| 30 |
</div>
|
| 31 |
|