How to use WlappaAI/dracor-ru-small-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("WlappaAI/Mistral-7B-wikipedia_ru_pruned-0.1_merged") model = PeftModel.from_pretrained(base_model, "WlappaAI/dracor-ru-small-lora")
The community tab is the place to discuss and collaborate with the HF community!