Update README.md
Browse files
README.md
CHANGED
@@ -7,27 +7,17 @@ model-index:
|
|
7 |
results: []
|
8 |
---
|
9 |
|
10 |
-
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
11 |
-
should probably proofread and complete it, then remove this comment. -->
|
12 |
-
|
13 |
# distilroberta-propaganda-2class
|
14 |
|
15 |
-
This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on
|
|
|
16 |
It achieves the following results on the evaluation set:
|
17 |
- Loss: 0.5087
|
18 |
- Acc: 0.7424
|
19 |
|
20 |
-
## Model description
|
21 |
-
|
22 |
-
More information needed
|
23 |
-
|
24 |
-
## Intended uses & limitations
|
25 |
-
|
26 |
-
More information needed
|
27 |
-
|
28 |
## Training and evaluation data
|
29 |
|
30 |
-
|
31 |
|
32 |
## Training procedure
|
33 |
|
|
|
7 |
results: []
|
8 |
---
|
9 |
|
|
|
|
|
|
|
10 |
# distilroberta-propaganda-2class
|
11 |
|
12 |
+
This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on the QCRI propaganda dataset.
|
13 |
+
|
14 |
It achieves the following results on the evaluation set:
|
15 |
- Loss: 0.5087
|
16 |
- Acc: 0.7424
|
17 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
## Training and evaluation data
|
19 |
|
20 |
+
Training data is the 19-class QCRI propaganda data, with all propaganda classes collapsed to a single catch-all 'prop' class.
|
21 |
|
22 |
## Training procedure
|
23 |
|