Update README.md
Browse files
README.md
CHANGED
@@ -24,18 +24,20 @@ It achieves the following results on the evaluation set:
|
|
24 |
|
25 |
## Model description
|
26 |
|
27 |
-
|
28 |
|
29 |
## Intended uses & limitations
|
30 |
|
31 |
-
|
32 |
|
33 |
## Training and evaluation data
|
34 |
|
35 |
-
|
36 |
|
37 |
## Training procedure
|
38 |
|
|
|
|
|
39 |
### Training hyperparameters
|
40 |
|
41 |
The following hyperparameters were used during training:
|
|
|
24 |
|
25 |
## Model description
|
26 |
|
27 |
+
This model uses a lightweight RoBERTa checkpoint that has been fine-tuned on evaluating emotions to further be trained on recognizing climate disinformation.
|
28 |
|
29 |
## Intended uses & limitations
|
30 |
|
31 |
+
To be used as a submission for the Frugal AI competition
|
32 |
|
33 |
## Training and evaluation data
|
34 |
|
35 |
+
Dataset of text and labels available on Frugal AI competition page.
|
36 |
|
37 |
## Training procedure
|
38 |
|
39 |
+
Used a binarizer to tokenize the text and found a seemingly suitable model checkpoint as a good place to start!
|
40 |
+
|
41 |
### Training hyperparameters
|
42 |
|
43 |
The following hyperparameters were used during training:
|