Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
metrics:
|
5 |
+
- f1
|
6 |
+
---
|
7 |
+
|
8 |
+
### Model description
|
9 |
+
An xlm-roberta-large model fine-tuned on parliamentary speeches (in English) labeled as:
|
10 |
+
|
11 |
+
1: contains climate-related illiberal frame
|
12 |
+
2: does not contain climate-related illiberal frame
|
13 |
+
|
14 |
+
### Fine-tuning procedure
|
15 |
+
This model was fine-tuned with the following key hyperparameters:
|
16 |
+
|
17 |
+
Number of Training Epochs: 5
|
18 |
+
Batch Size: 8
|
19 |
+
Learning Rate: 5e-06
|
20 |
+
Maxlen = 256
|
21 |
+
|
22 |
+
### Model performance
|
23 |
+
The model was evaluated on an independent test set of 969 samples.
|
24 |
+
Weighted F1 score is 0.76.
|