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
File size: 146 Bytes
5852e55 | 1 2 3 4 5 6 7 | {
"talker_max_new_tokens": 4096,
"talker_repetition_penalty": 1.05,
"talker_temperature": 0.9,
"talker_top_k": 50,
"talker_top_p": 1.0
} |