File size: 825 Bytes
7c965f7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e0ca997
 
7c965f7
 
 
e0ca997
217053a
0fe590e
 
 
 
 
217053a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
language: "en"
thumbnail: "https://pbs.twimg.com/profile_images/1092721745994440704/d6R-AHzj_400x400.jpg"
tags:
- propaganda
- bert
license: "MIT"
datasets:
-
metrics:
-
---

Propaganda Techniques Analysis BERT
----

This model is a BERT based model to make predictions of propaganda techniques in
news articles in English. It was introduced in
[this paper](https://propaganda.qcri.org/papers/EMNLP_2019__Fine_Grained_Propaganda_Detection.pdf).


## Model description

Please find propaganda definition here:
https://propaganda.qcri.org/annotations/definitions.html


## How to use

```python
>>> from .model import BertForTokenAndSequenceJointClassification
>>> model = BertForTokenAndSequenceJointClassification.from_pretrained(
>>>     "QCRI/PropagandaTechniquesAnalysis-en-BERT",
>>>     revision="v0.1.0",
>>> )
```