Update README.md
Browse files
README.md
CHANGED
@@ -8,28 +8,23 @@ license: mit
|
|
8 |
|
9 |
# flaubert_small_cased_sentiment
|
10 |
|
11 |
-
This is a `
|
12 |
|
13 |
-
This model is intended for direct use as a sentiment analysis model for French
|
14 |
|
15 |
## Training data
|
16 |
|
17 |
-
The training data consists of the French portion of `
|
18 |
|
19 |
## Accuracy
|
20 |
|
21 |
-
The finetuned model was evaluated on the French test set of `
|
22 |
|
23 |
- Accuracy (exact) is the exact match on the number of stars.
|
24 |
- Accuracy (off-by-1) is the percentage of reviews where the number of stars the model predicts differs by a maximum of 1 from the number given by the human reviewer.
|
25 |
|
26 |
|
27 |
-
| Language | Accuracy (exact) |
|
28 |
-
| -------- | ----------------------
|
29 |
-
| French |
|
30 |
|
31 |
-
## Contact
|
32 |
-
|
33 |
-
[NLP Town](https://www.nlp.town) offers a suite of sentiment models for a wide range of languages, including an improved multilingual model through [RapidAPI](https://rapidapi.com/nlp-town-nlp-town-default/api/multilingual-sentiment-analysis2/).
|
34 |
-
|
35 |
-
Feel free to contact us for questions, feedback and/or requests for similar models.
|
|
|
8 |
|
9 |
# flaubert_small_cased_sentiment
|
10 |
|
11 |
+
This is a `flaubert` model finetuned for sentiment analysis on company emails in French. It predicts the sentiment of the email, from `negative` to `positive`.
|
12 |
|
13 |
+
This model is intended for direct use as a sentiment analysis model for French emails, or for further finetuning on related sentiment analysis tasks.
|
14 |
|
15 |
## Training data
|
16 |
|
17 |
+
The training data consists of the French portion of `emails_multi`, supplemented with another 40,000 similar emails.
|
18 |
|
19 |
## Accuracy
|
20 |
|
21 |
+
The finetuned model was evaluated on the French test set of `emails_multi`.
|
22 |
|
23 |
- Accuracy (exact) is the exact match on the number of stars.
|
24 |
- Accuracy (off-by-1) is the percentage of reviews where the number of stars the model predicts differs by a maximum of 1 from the number given by the human reviewer.
|
25 |
|
26 |
|
27 |
+
| Language | Accuracy (exact) |
|
28 |
+
| -------- | ----------------------
|
29 |
+
| French |95% |
|
30 |
|
|
|
|
|
|
|
|
|
|