How to use drwlf/Medra4b-LORA with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/root/axolotl_training/gemma-3-4b-it") model = PeftModel.from_pretrained(base_model, "drwlf/Medra4b-LORA")
The community tab is the place to discuss and collaborate with the HF community!