keivalya/MedQuad-MedicalQnADataset
Viewer • Updated • 16.4k • 2.84k • 128
How to use sumitsahayktk/mistral_7b-instruct_sharded-medquad with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("alexsherstinsky/Mistral-7B-v0.1-sharded")
model = PeftModel.from_pretrained(base_model, "sumitsahayktk/mistral_7b-instruct_sharded-medquad")This model is based on bn22/Mistral-7B-Instruct-v0.1-sharded
The following bitsandbytes quantization config was used during training:
The following bitsandbytes quantization config was used during training:
PEFT 0.5.0
PEFT 0.5.0