How to use igorktech/TALANT_saiga_7b-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("IlyaGusev/saiga_mistral_7b_merged") model = PeftModel.from_pretrained(base_model, "igorktech/TALANT_saiga_7b-lora")
The community tab is the place to discuss and collaborate with the HF community!