fpianz commited on
Commit
5aef435
1 Parent(s): 5055884

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -1,3 +1,17 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+
5
+ Three classes sentiment analysis (positive, negative, neutral)
6
+
7
+ Based on https://huggingface.co/siebert/sentiment-roberta-large-english
8
+
9
+ Fine-tuned using:
10
+ - annotated sentences from book reviews in English https://www.gti.uvigo.es/index.php/en/book-reviews-annotated-dataset-for-aspect-based-sentiment-analysis
11
+ - annotated paragraphs from amateur writers' stories https://arxiv.org/abs/1910.11769
12
+
13
+ Performance for books:
14
+ ![hartmann_ft_test_books.png](https://s3.amazonaws.com/moonup/production/uploads/1661430297130-611a6e0f289467cafea62d0e.png)
15
+
16
+ Performance for reviews:
17
+ ![hartmann_ft_test_reviews.png](https://s3.amazonaws.com/moonup/production/uploads/1661430338990-611a6e0f289467cafea62d0e.png)