How to use Megnis/saiga2-7b-python-code with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("pieken/saiga2_7b_lora_merged") model = PeftModel.from_pretrained(base_model, "Megnis/saiga2-7b-python-code")
The community tab is the place to discuss and collaborate with the HF community!