seara commited on
Commit
1d562d8
1 Parent(s): c0bd0e2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -5
README.md CHANGED
@@ -9,8 +9,15 @@ metrics:
9
  - recall
10
  pipeline_tag: text-classification
11
  tags:
 
 
 
12
  - rubert
13
  - sentiment
 
 
 
 
14
  datasets:
15
  - sismetanin/rureviews
16
  - RuSentiment
@@ -70,9 +77,8 @@ Train/validation/test splits are 80%/10%/10%.
70
 
71
  | |neutral|positive|negative|macro avg|weighted avg|
72
  |---------|-------|--------|--------|---------|------------|
73
- |precision|0.71 |0.84 |0.75 |0.77 |0.76 |
74
- |recall |0.74 |0.84 |0.71 |0.76 |0.76 |
75
- |f1-score |0.73 |0.84 |0.73 |0.76 |0.76 |
76
- |auc-roc |0.86 |0.95 |0.91 |0.91 |0.90 |
77
  |support |5196 |3831 |3599 |12626 |12626 |
78
-
 
9
  - recall
10
  pipeline_tag: text-classification
11
  tags:
12
+ - sentiment-analysis
13
+ - multi-class-classification
14
+ - sentiment analysis
15
  - rubert
16
  - sentiment
17
+ - bert
18
+ - russian
19
+ - multiclass
20
+ - classification
21
  datasets:
22
  - sismetanin/rureviews
23
  - RuSentiment
 
77
 
78
  | |neutral|positive|negative|macro avg|weighted avg|
79
  |---------|-------|--------|--------|---------|------------|
80
+ |precision|0.72 |0.85 |0.75 |0.77 |0.77 |
81
+ |recall |0.75 |0.84 |0.72 |0.77 |0.77 |
82
+ |f1-score |0.73 |0.84 |0.73 |0.77 |0.77 |
83
+ |auc-roc |0.86 |0.96 |0.92 |0.91 |0.91 |
84
  |support |5196 |3831 |3599 |12626 |12626 |