How to use codys12/Mistral-7b-Pathway-128k with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Yarn-Mistral-7b-128k") model = PeftModel.from_pretrained(base_model, "codys12/Mistral-7b-Pathway-128k")
The community tab is the place to discuss and collaborate with the HF community!