poltextlab commited on
Commit
481d1d8
1 Parent(s): dae7392

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -39,6 +39,18 @@ The model can be used as any other (cased) BERT model. It has been tested recogn
39
 
40
  The fine-tuned version of the original huBERT model (`SZTAKI-HLT/hubert-base-cc`), trained on HunEmPoli corpus.
41
 
 
 
 
 
 
 
 
 
 
 
 
 
42
  ## Eval results
43
 
44
  | Class | Precision | Recall | F-Score |
 
39
 
40
  The fine-tuned version of the original huBERT model (`SZTAKI-HLT/hubert-base-cc`), trained on HunEmPoli corpus.
41
 
42
+ | Category | Count | Ratio | Sentiment | Count | Ratio |
43
+ | -------- | ----- | ------ | --------- | ----- | ------ |
44
+ | Neutral | 351 | 1.85% | Neutral | 351 | 1.85% |
45
+ | Fear | 162 | 0.85% | Negative | 11180 | 58.84% |
46
+ | Sadness | 4258 | 22.41% |
47
+ | Anger | 643 | 3.38% |
48
+ | Disgust | 6117 | 32.19% |
49
+ | Success | 6602 | 34.74% | Positive | 7471 | 39.32% |
50
+ | Joy | 441 | 2.32% |
51
+ | Trust | 428 | 2.25% |
52
+ | Sum | 19002 | | | | |
53
+
54
  ## Eval results
55
 
56
  | Class | Precision | Recall | F-Score |