Image-Text-to-Text
PEFT
Safetensors
English
lora
vise
self-evolving
multimodal
vision-language
lmm
visual-grounding
image-captioning
qwen3-vl
unsupervised
conversational
Instructions to use shravvvv/VISE with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use shravvvv/VISE 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, "shravvvv/VISE") - Notebooks
- Google Colab
- Kaggle
Ctrl+K