How to use monsterapi/gptj_6b_WizardLMEvolInstruct70k with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("EleutherAI/gpt-j-6b") model = PeftModel.from_pretrained(base_model, "monsterapi/gptj_6b_WizardLMEvolInstruct70k")
The community tab is the place to discuss and collaborate with the HF community!