nlptown commited on
Commit
298d086
1 Parent(s): 5f1277d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -7,7 +7,7 @@ license: mit
7
 
8
  # flaubert_small_cased_sentiment
9
 
10
- This is a `flaubert_small_cased` model finetuned for sentiment analysis on product reviews in French. It predicts the sentiment of the review as a number of stars (between 1 and 5).
11
 
12
  This model is intended for direct use as a sentiment analysis model for French product reviews, or for further finetuning on related sentiment analysis tasks.
13
 
 
7
 
8
  # flaubert_small_cased_sentiment
9
 
10
+ This is a `flaubert_small_cased` model finetuned for sentiment analysis on product reviews in French. It predicts the sentiment of the review, from `very_negative` (1 star) to `very_positive` (5 stars).
11
 
12
  This model is intended for direct use as a sentiment analysis model for French product reviews, or for further finetuning on related sentiment analysis tasks.
13