poltextlab commited on
Commit
3e81540
1 Parent(s): 5e84b78

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -1,3 +1,23 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+ Model description Cased fine-tuned BERT model for English, trained on (manually annotated) Hungarian parliamentary speeches scraped from parlament.hu, and translated with Google Translate API.
5
+
6
+ Intended uses & limitations The model can be used as any other (cased) BERT model. It has been tested recognizing positive, negative, and neutral sentences in (parliamentary) pre-agenda speeches, where:
7
+
8
+ 'Label_0': Negative 'Label_1': Neutral 'Label_2': Positiv
9
+
10
+ Training The fine-tuned version of the original bert-base-cased model (bert-base-cased), trained on HunEmPoli corpus, translated with Google Translate API.
11
+
12
+ Eval results
13
+
14
+ precision recall f1-score support
15
+
16
+ 0 0.87 0.87 0.87 1118
17
+ 1 1.00 0.26 0.41 35
18
+ 2 0.78 0.82 0.80 748
19
+
20
+ accuracy 0.83 1901
21
+ macro avg 0.88 0.65 0.69 1901
22
+ weighted avg 0.84 0.83 0.83 1901
23
+