Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,16 @@ An xlm-roberta-large model fine-tuned on ~1,6 million annotated statements conta
|
|
7 |
The model can be used to categorize any type of text into 56 different political topics according to the Manifesto Project's coding scheme ([Handbook 4](https://manifesto-project.wzb.eu/coding_schemes/mp_v4)).
|
8 |
It works for all languages the xlm-roberta model is pretrained on ([overview](https://github.com/facebookresearch/fairseq/tree/main/examples/xlmr#introduction)), just note that it will perform best for the 38 languages contained in the Manifesto Corpus:
|
9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
|
11 |
## How to use
|
12 |
|
|
|
7 |
The model can be used to categorize any type of text into 56 different political topics according to the Manifesto Project's coding scheme ([Handbook 4](https://manifesto-project.wzb.eu/coding_schemes/mp_v4)).
|
8 |
It works for all languages the xlm-roberta model is pretrained on ([overview](https://github.com/facebookresearch/fairseq/tree/main/examples/xlmr#introduction)), just note that it will perform best for the 38 languages contained in the Manifesto Corpus:
|
9 |
|
10 |
+
||||||
|
11 |
+
|------|------|------|------|------|
|
12 |
+
|armenian|bosnian|bulgarian|catalan|croatian|
|
13 |
+
|czech|danish|dutch|english|estonian|
|
14 |
+
|finnish|french|galician|georgian|german|
|
15 |
+
|greek|hebrew|hungarian|icelandic|italian|
|
16 |
+
|japanese|korean|latvian|lithuanian|macedonian|
|
17 |
+
|montenegrin|norwegian|polish|portuguese|romanian|
|
18 |
+
|russian|serbian|slovak|slovenian|spanish|
|
19 |
+
|swedish|turkish|ukrainian| | |
|
20 |
|
21 |
## How to use
|
22 |
|