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")
The community tab is the place to discuss and collaborate with the HF community!