sentiment
#8
by
VaibhavGp69
- opened
- .gitattributes +0 -1
- README.md +5 -9
- model.safetensors +0 -3
.gitattributes
CHANGED
@@ -7,4 +7,3 @@
|
|
7 |
*.ot filter=lfs diff=lfs merge=lfs -text
|
8 |
*.onnx filter=lfs diff=lfs merge=lfs -text
|
9 |
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
10 |
-
model.safetensors filter=lfs diff=lfs merge=lfs -text
|
|
|
7 |
*.ot filter=lfs diff=lfs merge=lfs -text
|
8 |
*.onnx filter=lfs diff=lfs merge=lfs -text
|
9 |
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
|
README.md
CHANGED
@@ -12,11 +12,9 @@ license: mit
|
|
12 |
|
13 |
# bert-base-multilingual-uncased-sentiment
|
14 |
|
15 |
-
|
16 |
|
17 |
-
This is
|
18 |
-
|
19 |
-
This model is intended for direct use as a sentiment analysis model for product reviews in any of the six languages above or for further finetuning on related sentiment analysis tasks.
|
20 |
|
21 |
## Training data
|
22 |
|
@@ -33,9 +31,9 @@ Here is the number of product reviews we used for finetuning the model:
|
|
33 |
|
34 |
## Accuracy
|
35 |
|
36 |
-
The
|
37 |
|
38 |
-
- Accuracy (exact) is the exact match
|
39 |
- 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.
|
40 |
|
41 |
|
@@ -50,8 +48,6 @@ The fine-tuned model obtained the following accuracy on 5,000 held-out product r
|
|
50 |
|
51 |
## Contact
|
52 |
|
53 |
-
In addition to this model, [NLP Town](
|
54 |
-
|
55 |
-
If you found this model useful, you can [buy us a coffee](https://www.buymeacoffee.com/yvespeirsman).
|
56 |
|
57 |
Feel free to contact us for questions, feedback and/or requests for similar models.
|
|
|
12 |
|
13 |
# bert-base-multilingual-uncased-sentiment
|
14 |
|
15 |
+
This a bert-base-multilingual-uncased model finetuned for sentiment analysis on product reviews in six languages: English, Dutch, German, French, Spanish and Italian. It predicts the sentiment of the review as a number of stars (between 1 and 5).
|
16 |
|
17 |
+
This model is intended for direct use as a sentiment analysis model for product reviews in any of the six languages above, or for further finetuning on related sentiment analysis tasks.
|
|
|
|
|
18 |
|
19 |
## Training data
|
20 |
|
|
|
31 |
|
32 |
## Accuracy
|
33 |
|
34 |
+
The finetuned model obtained the following accuracy on 5,000 held-out product reviews in each of the languages:
|
35 |
|
36 |
+
- Accuracy (exact) is the exact match on the number of stars.
|
37 |
- 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.
|
38 |
|
39 |
|
|
|
48 |
|
49 |
## Contact
|
50 |
|
51 |
+
In addition to this model, [NLP Town](https://www.nlp.town) offers custom, monolingual sentiment models for many languages and an improved multilingual model through [RapidAPI](https://rapidapi.com/nlp-town-nlp-town-default/api/multilingual-sentiment-analysis2/).
|
|
|
|
|
52 |
|
53 |
Feel free to contact us for questions, feedback and/or requests for similar models.
|
model.safetensors
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:0435c6c12c80a0a2206137c9fa8f6478fce4f4de88ac3d43d0f0e0da3c8c767b
|
3 |
-
size 669464588
|
|
|
|
|
|
|
|