How to use scthornton/llama-3.2-3b-securecode with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.2-3B-Instruct") model = PeftModel.from_pretrained(base_model, "scthornton/llama-3.2-3b-securecode")
57d13b2 e4465f7
1
2
3
4
version https://git-lfs.github.com/spec/v1 oid sha256:9019edcfd09b8c00fc2c86011487982d1d3e7659e40c4e7d847a4e0fefcfc0d7 size 5265