Transformers How to use Burhan21/roberta-lora-sentiment with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("Burhan21/roberta-lora-sentiment")
model = AutoModelForSequenceClassification.from_pretrained("Burhan21/roberta-lora-sentiment")