How to use timlim123/13b_random with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/workspace/weights_hf/llama_v2/weights_hf/13B") model = PeftModel.from_pretrained(base_model, "timlim123/13b_random")
The community tab is the place to discuss and collaborate with the HF community!