Update README.md
Browse files
README.md
CHANGED
@@ -41,10 +41,9 @@ This model was trained on the union of the following datasets:
|
|
41 |
- RuReviews
|
42 |
- RuSentiment
|
43 |
|
44 |
-
An overview of the training data can be found
|
45 |
-
and the summary of the overview is available on his [Github repository](https://github.com/sismetanin/sentiment-analysis-in-russian).
|
46 |
|
47 |
-
__Download links for all Russian sentiment datasets collected by Smetanin can be found in this [
|
48 |
|
49 |
## Training
|
50 |
|
@@ -61,7 +60,7 @@ epochs: 2
|
|
61 |
|
62 |
Train/validation/test splits are 80%/10%/10%.
|
63 |
|
64 |
-
##
|
65 |
|
66 |
| |neutral|positive|negative|macro avg|weighted avg|
|
67 |
|---------|-------|--------|--------|---------|------------|
|
|
|
41 |
- RuReviews
|
42 |
- RuSentiment
|
43 |
|
44 |
+
An overview of the training data can be found on [S. Smetanin Github repository](https://github.com/sismetanin/sentiment-analysis-in-russian).
|
|
|
45 |
|
46 |
+
__Download links for all Russian sentiment datasets collected by Smetanin can be found in this [repository](https://github.com/searayeah/russian-sentiment-emotions-datasets).__
|
47 |
|
48 |
## Training
|
49 |
|
|
|
60 |
|
61 |
Train/validation/test splits are 80%/10%/10%.
|
62 |
|
63 |
+
## Eval results (on test split)
|
64 |
|
65 |
| |neutral|positive|negative|macro avg|weighted avg|
|
66 |
|---------|-------|--------|--------|---------|------------|
|