How to use TransferGraph/crcb_isear_bert-finetuned-lora-tweet_eval_irony with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("crcb/isear_bert") model = PeftModel.from_pretrained(base_model, "TransferGraph/crcb_isear_bert-finetuned-lora-tweet_eval_irony")
The community tab is the place to discuss and collaborate with the HF community!