luerhard commited on
Commit
2354335
·
1 Parent(s): be9509d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -3,12 +3,17 @@ license: mit
3
  language:
4
  - de
5
  pipeline_tag: text-classification
 
 
 
6
  ---
7
 
8
  # PopBERT
9
 
10
- inital commit
11
 
 
 
12
 
13
  # Prediction
14
 
@@ -40,4 +45,4 @@ depicted here.
40
  | Right-Wing Ideology | 0.654 (0.029) | 0.698 (0.050) | 0.674 (0.031) |
41
  | --- | --- | --- | --- |
42
  | micro avg | 0.732 (0.009) | 0.805 (0.006) | 0.767 (0.007) |
43
- | macro avg | 0.700 (0.011) | 0.770 (0.010) | 0.733 (0.010) |
 
3
  language:
4
  - de
5
  pipeline_tag: text-classification
6
+ metrics:
7
+ - f1
8
+ library_name: transformers
9
  ---
10
 
11
  # PopBERT
12
 
13
+ PopBERT is a model for German-language populism detection in political speeches within the German Bundestag, based on the deepset/gbert-large model: https://huggingface.co/deepset/gbert-large
14
 
15
+ It is a multilabel model trained on a manually curated dataset of sentences from the 18th and 19th legislative periods.
16
+ In addition to capturing the foundational dimensions of populism, namely "anti-elitism" and "people-centrism," the model was also fine-tuned to identify the underlying ideological orientation as either "left-wing" or "right-wing."
17
 
18
  # Prediction
19
 
 
45
  | Right-Wing Ideology | 0.654 (0.029) | 0.698 (0.050) | 0.674 (0.031) |
46
  | --- | --- | --- | --- |
47
  | micro avg | 0.732 (0.009) | 0.805 (0.006) | 0.767 (0.007) |
48
+ | macro avg | 0.700 (0.011) | 0.770 (0.010) | 0.733 (0.010) |