laureBe commited on
Commit
ef5e8f4
·
verified ·
1 Parent(s): 1c1e26c

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -8,11 +8,11 @@ pinned: false
8
  ---
9
 
10
 
11
- # Random Baseline Model for Climate Disinformation Classification
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
 
@@ -40,7 +40,7 @@ The model uses the QuotaClimat/frugalaichallenge-text-train dataset:
40
  ## Performance
41
 
42
  ### Metrics
43
- - **Accuracy**: ~12.5% (random chance with 8 classes)
44
  - **Environmental Impact**:
45
  - Emissions tracked in gCO2eq
46
  - Energy consumption tracked in Wh
@@ -57,10 +57,10 @@ Environmental impact is tracked using CodeCarbon, measuring:
57
  This tracking helps establish a baseline for the environmental impact of model deployment and inference.
58
 
59
  ## Limitations
60
- - Makes completely random predictions
61
  - No learning or pattern recognition
62
- - No consideration of input text
63
- - Serves only as a baseline reference
64
  - Not suitable for any real-world applications
65
 
66
  ## Ethical Considerations
 
8
  ---
9
 
10
 
11
+ # Logistic regression Model for Climate Disinformation Classification
12
 
13
  ## Model Description
14
 
15
+ This is a Logistic regression 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.
16
 
17
  ### Intended Use
18
 
 
40
  ## Performance
41
 
42
  ### Metrics
43
+ - **Accuracy**: ~63.5%
44
  - **Environmental Impact**:
45
  - Emissions tracked in gCO2eq
46
  - Energy consumption tracked in Wh
 
57
  This tracking helps establish a baseline for the environmental impact of model deployment and inference.
58
 
59
  ## Limitations
60
+ - Makes Logistic regression predictions
61
  - No learning or pattern recognition
62
+ - Input text vectorized
63
+ - Serves only as a LR baseline reference
64
  - Not suitable for any real-world applications
65
 
66
  ## Ethical Considerations