Commit
·
dd0868b
1
Parent(s):
515fd82
different api example
Browse files
README.md
CHANGED
@@ -7,7 +7,7 @@ metrics:
|
|
7 |
- accuracy (balanced)
|
8 |
- F1 (weighted)
|
9 |
widget:
|
10 |
-
- text: "
|
11 |
|
12 |
---
|
13 |
|
@@ -94,7 +94,7 @@ Freedom and Democracy 0.048608
|
|
94 |
|
95 |
## Limitations and bias
|
96 |
|
97 |
-
The model was trained on sentences in political manifestos from parties in the 8 countries mentioned above between 1992-2019, manually annotated by the [Manifesto Project](https://manifesto-project.wzb.eu/information/documents/information). The model output therefore reproduces the limitations of the dataset in terms of country coverage, time span, domain definitions and potential biases of the annotators - as any supervised machine learning model would. Applying the model to other types of data (other types of texts, countries etc.)
|
98 |
|
99 |
|
100 |
### BibTeX entry and citation info
|
@@ -104,6 +104,6 @@ The model was trained on sentences in political manifestos from parties in the 8
|
|
104 |
title={Policy-DistilBERT},
|
105 |
author={Moritz Laurer},
|
106 |
year={2020},
|
107 |
-
note
|
108 |
}
|
109 |
```
|
|
|
7 |
- accuracy (balanced)
|
8 |
- F1 (weighted)
|
9 |
widget:
|
10 |
+
- text: "70-85% of the population needs to get vaccinated against the novel coronavirus to achieve herd immunity."
|
11 |
|
12 |
---
|
13 |
|
|
|
94 |
|
95 |
## Limitations and bias
|
96 |
|
97 |
+
The model was trained on sentences in political manifestos from parties in the 8 countries mentioned above between 1992-2019, manually annotated by the [Manifesto Project](https://manifesto-project.wzb.eu/information/documents/information). The model output therefore reproduces the limitations of the dataset in terms of country coverage, time span, domain definitions and potential biases of the annotators - as any supervised machine learning model would. Applying the model to other types of data (other types of texts, countries etc.) will reduce performance.
|
98 |
|
99 |
|
100 |
### BibTeX entry and citation info
|
|
|
104 |
title={Policy-DistilBERT},
|
105 |
author={Moritz Laurer},
|
106 |
year={2020},
|
107 |
+
note={Unpublished paper}
|
108 |
}
|
109 |
```
|