How to use timlim123/7b_al_set_best with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/data/llama/weights_hf/Llama-2-7b-hf/") model = PeftModel.from_pretrained(base_model, "timlim123/7b_al_set_best")
The community tab is the place to discuss and collaborate with the HF community!