Instructions to use ITSoftware/FRIDA-Qwen3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ITSoftware/FRIDA-Qwen3 with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("ITSoftware/FRIDA-Qwen3") model = AutoModelForMultimodalLM.from_pretrained("ITSoftware/FRIDA-Qwen3", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "talker_max_new_tokens": 4096, | |
| "talker_repetition_penalty": 1.05, | |
| "talker_temperature": 0.9, | |
| "talker_top_k": 50, | |
| "talker_top_p": 1.0 | |
| } |