Idioms
Collection
4 items • Updated
How to use ejschwartz/llm4decompile-1.3b-neighbors-idioms with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("LLM4Binary/llm4decompile-1.3b-v2")
model = PeftModel.from_pretrained(base_model, "ejschwartz/llm4decompile-1.3b-neighbors-idioms")TBD!
Base model
LLM4Binary/llm4decompile-1.3b-v2