How to use Graphiiz/git-base-pokemon with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("microsoft/git-base") model = PeftModel.from_pretrained(base_model, "Graphiiz/git-base-pokemon")
The community tab is the place to discuss and collaborate with the HF community!