nhankins commited on
Commit
fc1f645
·
verified ·
1 Parent(s): 8392d69

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -24,18 +24,20 @@ It achieves the following results on the evaluation set:
24
 
25
  ## Model description
26
 
27
- More information needed
28
 
29
  ## Intended uses & limitations
30
 
31
- More information needed
32
 
33
  ## Training and evaluation data
34
 
35
- More information needed
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: