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