llamafactory/pokemon-gpt4o-captions
Viewer • Updated • 1.67k • 578 • 8
How to use hiyouga/Qwen2-VL-7B-Pokemon with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2-VL-7B-Instruct")
model = PeftModel.from_pretrained(base_model, "hiyouga/Qwen2-VL-7B-Pokemon")This model is fine-tuned from Qwen2-VL-7B-Instruct on pokemon-gpt4o-captions dataset.