How to use munyew/meralion-education-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("C:/Projects/meralion-server/models/meralion_2_3b") model = PeftModel.from_pretrained(base_model, "munyew/meralion-education-lora")
Fine-tuned for Singapore education speech transcription (overnight 2026-04-27). Developed by Loh Mun Yew (Darren), IMDA NMLP.
Base model