Then, you can boost that performance (on the same movie review sentiment classification dataset) to ~95% finetuning model = AutoModelForSequenceClassification.from_pretrained( "siebert/sentiment-roberta-large-english", num_labels=2)
Fine-tuning RoBERTa for Sentiment Classification to 95% Accuracy
By
–
Leave a Reply