Mohammed-Altaf/medical-instruction-120k
Viewer • Updated • 112k • 858 • 11
How to use Mohammed-Altaf/instruct-finetuned-medical-20b-adapters with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("EleutherAI/gpt-neox-20b")
model = PeftModel.from_pretrained(base_model, "Mohammed-Altaf/instruct-finetuned-medical-20b-adapters")The following bitsandbytes quantization config was used during training:
Base model
EleutherAI/gpt-neox-20b