Update README.md
Browse files
README.md
CHANGED
@@ -3,11 +3,11 @@ license: mit
|
|
3 |
---
|
4 |
|
5 |
# Model
|
6 |
-
Multi-language sentiment classification model developed over the Microsoft
|
7 |
-
-
|
8 |
-
-
|
9 |
-
-
|
10 |
-
-
|
11 |
- ABSC amazon review
|
12 |
- SST2
|
13 |
|
|
|
3 |
---
|
4 |
|
5 |
# Model
|
6 |
+
Multi-language sentiment classification model developed over the Microsoft [DeBERTa-v3 base model](https://huggingface.co/microsoft/deberta-v3-base). In order to train the model the following dataset where used:
|
7 |
+
- tyqiangz/multilingual-sentiments
|
8 |
+
- cardiffnlp/tweet_sentiment_multilingual
|
9 |
+
- mteb/tweet_sentiment_multilingual
|
10 |
+
- Sp1786/multiclass-sentiment-analysis-dataset
|
11 |
- ABSC amazon review
|
12 |
- SST2
|
13 |
|