moulichand/medformatted
Viewer • Updated • 1.41k • 2
How to use moulichand/MEDQUORA with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Llama-2-7b-chat-hf")
model = PeftModel.from_pretrained(base_model, "moulichand/MEDQUORA")The following bitsandbytes quantization config was used during training: