How to use DevNilou/Vigogne_BankAssistant with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/content/drive/My Drive/Colab/models/vigogne-2-7b-instruct") model = PeftModel.from_pretrained(base_model, "DevNilou/Vigogne_BankAssistant")
The community tab is the place to discuss and collaborate with the HF community!