Agentic Innovation
Collection
Agentic Innovation: AI agents autonomously identify capability gaps, build solutions, test, and publish them — without human direction at each step. • 18 items • Updated
How to use munyew/meralion-oncology-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-oncology-lora")