How to use plaguss/mocked with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("prajjwal1/bert-tiny") model = PeftModel.from_pretrained(base_model, "plaguss/mocked")
The community tab is the place to discuss and collaborate with the HF community!