How to use quasar529/rte-normal with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("microsoft/deberta-v2-xxlarge") model = PeftModel.from_pretrained(base_model, "quasar529/rte-normal")
The community tab is the place to discuss and collaborate with the HF community!