How to use Gen2B/Irbis-7b-Instruct_lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Gen2B/Irbis-7b-v0.1") model = PeftModel.from_pretrained(base_model, "Gen2B/Irbis-7b-Instruct_lora")
The community tab is the place to discuss and collaborate with the HF community!