How to use Deepakkori45/Mistal_shareded_text with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("filipealmeida/Mistral-7B-v0.1-sharded") model = PeftModel.from_pretrained(base_model, "Deepakkori45/Mistal_shareded_text")
The community tab is the place to discuss and collaborate with the HF community!