How to use Warkawik/code_example with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("bigcode/starcoderbase-1b") model = PeftModel.from_pretrained(base_model, "Warkawik/code_example")
44ef431 61d39c2 44ef431
1
2
3
4
version https://git-lfs.github.com/spec/v1 oid sha256:98e589a6028275cd03687d097755ea26dc2afbcd47a34ff58242610b0b5112df size 22241240