How to use Firoj112/KVASIR_4bit_quantized with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/root/.cache/modelscope/hub/models/google/paligemma-3b-pt-224") model = PeftModel.from_pretrained(base_model, "Firoj112/KVASIR_4bit_quantized")
The community tab is the place to discuss and collaborate with the HF community!