Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,11 +8,11 @@ pinned: false
|
|
| 8 |
---
|
| 9 |
|
| 10 |
|
| 11 |
-
#
|
| 12 |
|
| 13 |
## Model Description
|
| 14 |
|
| 15 |
-
This is a
|
| 16 |
|
| 17 |
### Intended Use
|
| 18 |
|
|
@@ -39,7 +39,7 @@ The model uses the QuotaClimat/frugalaichallenge-text-train dataset:
|
|
| 39 |
|
| 40 |
## Performance
|
| 41 |
|
| 42 |
-
This model is a fine-tuned version of michellejieli/emotion_text_classifier on
|
| 43 |
|
| 44 |
Loss: 0.2828
|
| 45 |
F1: 0.7879
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
|
| 11 |
+
# Fine-tuned Emotion Model Checkpoint for Climate Disinformation Classification
|
| 12 |
|
| 13 |
## Model Description
|
| 14 |
|
| 15 |
+
This is a lightwight RoBERTa model fine-tuned for the Frugal AI Challenge 2024, specifically for the text classification task of identifying climate disinformation. The model serves as a performance floor, randomly assigning labels to text inputs without any learning.
|
| 16 |
|
| 17 |
### Intended Use
|
| 18 |
|
|
|
|
| 39 |
|
| 40 |
## Performance
|
| 41 |
|
| 42 |
+
This model is a fine-tuned version of michellejieli/emotion_text_classifier on the provided dataset for the competition. It achieves the following results on the evaluation set:
|
| 43 |
|
| 44 |
Loss: 0.2828
|
| 45 |
F1: 0.7879
|