Image-Text-to-Text
PEFT
Safetensors
English
lora
advertisement
layout-understanding
computer-vision
indian-ads
qwen2-vl
ad-resizing
conversational
Instructions to use builditwithgk/adresyze-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use builditwithgk/adresyze-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/workspace/Qwen2.5-VL-7B-Instruct") model = PeftModel.from_pretrained(base_model, "builditwithgk/adresyze-lora") - Notebooks
- Google Colab
- Kaggle