Text Generation
PEFT
Safetensors
lora
vision-language
qwen3-vl
coding
math
darija
fine-tuned
beginner-friendly
conversational
Instructions to use CompiwerAI/Mtrini-SVL-1.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use CompiwerAI/Mtrini-SVL-1.0 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3-VL-8B-Instruct") model = PeftModel.from_pretrained(base_model, "CompiwerAI/Mtrini-SVL-1.0") - Notebooks
- Google Colab
- Kaggle
Ctrl+K