Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: "en"
|
3 |
+
thumbnail: "https://pbs.twimg.com/profile_images/1092721745994440704/d6R-AHzj_400x400.jpg"
|
4 |
+
tags:
|
5 |
+
- propaganda
|
6 |
+
- bert
|
7 |
+
license: "MIT"
|
8 |
+
datasets:
|
9 |
+
-
|
10 |
+
metrics:
|
11 |
+
-
|
12 |
+
---
|
13 |
+
|
14 |
+
Propaganda Techniques Analysis BERT
|
15 |
+
----
|
16 |
+
|
17 |
+
This model is a BERT based model to make predictions of propaganda techniques in
|
18 |
+
news articles in English. It was introduced in
|
19 |
+
[this paper](https://propaganda.qcri.org/papers/EMNLP_2019__Fine_Grained_Propaganda_Detection.pdf).
|
20 |
+
|
21 |
+
|
22 |
+
## Model description
|
23 |
+
|
24 |
+
|
25 |
+
|
26 |
+
## Intended users & limitations
|
27 |
+
|
28 |
+
|
29 |
+
|
30 |
+
## How to use
|