How to use irlab-udc/MindWell with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/app/models/vicuna-7b-v1.5") model = PeftModel.from_pretrained(base_model, "irlab-udc/MindWell")
The community tab is the place to discuss and collaborate with the HF community!