How to use evilfreelancer/ruGPT3.5-13B-lora-function-call with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("ai-forever/ruGPT-3.5-13B") model = PeftModel.from_pretrained(base_model, "evilfreelancer/ruGPT3.5-13B-lora-function-call")
The community tab is the place to discuss and collaborate with the HF community!