Instructions to use ad6398/sft-qwen2.5vl-mpdocvqa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ad6398/sft-qwen2.5vl-mpdocvqa with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Unsloth/Qwen2.5-VL-7B-Instruct") model = PeftModel.from_pretrained(base_model, "ad6398/sft-qwen2.5vl-mpdocvqa") - Notebooks
- Google Colab
- Kaggle
Ctrl+K