How to use Tonic/mistralmed with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-v0.1") model = PeftModel.from_pretrained(base_model, "Tonic/mistralmed")
hey there folks ππ»
Does this model actually work ?
Who knows !
We need to evaluate and benchmark this model + achieve a place on the leaderboards.
Β· Sign up or log in to comment