Image-Text-to-Text
PEFT
Safetensors
English
board-game
ticket-to-ride
vision-language-model
lora
qwen3-vl
behavioral-cloning
conversational
Instructions to use DavidLacour/tchu-qwen3-vl-2b-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use DavidLacour/tchu-qwen3-vl-2b-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3-VL-2B-Instruct") model = PeftModel.from_pretrained(base_model, "DavidLacour/tchu-qwen3-vl-2b-lora") - Notebooks
- Google Colab
- Kaggle
Ctrl+K