PEFT How to use rahkrish1/EMS_all_100_code-starcoder-lora-batch_5_steps_2000 with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("bigcode/starcoderbase-1b")
model = PeftModel.from_pretrained(base_model, "rahkrish1/EMS_all_100_code-starcoder-lora-batch_5_steps_2000")