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
File size: 334 Bytes
2b8e2da | 1 2 3 4 5 6 7 8 9 10 11 12 13 | {
"add_special_token": false,
"ignore_id": -100,
"image_end_tag": "<end_of_image>",
"image_start_tag": "<begin_of_image>",
"image_tag": "<image_placeholder>",
"mask_prompt": true,
"num_image_tokens": 576,
"pad_tag": "<\uff5c\u2581pad\u2581\uff5c>",
"processor_class": "VLChatProcessor",
"sft_format": "deepseek"
}
|