Tonic commited on
Commit
89a0834
·
unverified ·
1 Parent(s): 7dc3988

add readme information

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -12,7 +12,21 @@ pinned: false
12
 
13
  ## Model Description
14
 
15
- This is a random baseline model 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
 
 
12
 
13
  ## Model Description
14
 
15
+ This model is a fine-tuned version of answerdotai/ModernBERT-base on the Tonic/climate-guard-toxic-agent dataset. It achieves the following results on the evaluation set:
16
+
17
+ Loss: 4.9405
18
+ Accuracy: 0.4774
19
+ F1: 0.4600
20
+ Precision: 0.6228
21
+ Recall: 0.4774
22
+ F1 0 Not Relevant: 0.5064
23
+ F1 1 Not Happening: 0.6036
24
+ F1 2 Not Human: 0.3804
25
+ F1 3 Not Bad: 0.4901
26
+ F1 4 Solutions Harmful Unnecessary: 0.3382
27
+ F1 5 Science Is Unreliable: 0.4126
28
+ F1 6 Proponents Biased: 0.4433
29
+ F1 7 Fossil Fuels Needed: 0.4752
30
 
31
  ### Intended Use
32