How to use payelb/DPSGD_LoRA_albert with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("albert-base-v2") model = PeftModel.from_pretrained(base_model, "payelb/DPSGD_LoRA_albert")
The community tab is the place to discuss and collaborate with the HF community!