tburst commited on
Commit
adfa996
1 Parent(s): 0868718

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -1,3 +1,13 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+ ## Model description
5
+
6
+ An xlm-roberta-large model fine-tuned on the classification of all ~1,8 million annotated statements contained in the [manifesto corpus](https://manifesto-project.wzb.eu/information/documents/corpus) (version 2023a), each labelled with one of 56 different political categories. The context model variant additionally utilizes the surrounding sentences of a statement to improve its classification.
7
+
8
+ **Important**
9
+
10
+ We slightly modified the Classification Head of the XLMRobertaModelForSequenceClassification model (removed the tahn activation and the intermediate linear layer) as that improved the model performance for this task considerably. To correctly load the full model you have to provide the ```trust_remote_code=True``` argument in the from_pretrained loading call.
11
+
12
+
13
+