How to use anon-genAI/SpiderGPT with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NeeruAjith/SpiderSeqGen") model = PeftModel.from_pretrained(base_model, "anon-genAI/SpiderGPT")
The community tab is the place to discuss and collaborate with the HF community!