Update README.md
Browse files
README.md
CHANGED
@@ -8,11 +8,11 @@ pinned: false
|
|
8 |
---
|
9 |
|
10 |
|
11 |
-
# Climate Disinformation Classification using
|
12 |
|
13 |
## Model Description
|
14 |
|
15 |
-
This is a model based on
|
16 |
|
17 |
### Intended Use
|
18 |
|
@@ -57,9 +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 |
-
- Text Classification using
|
61 |
- No learning or pattern recognition
|
62 |
-
- Input text vectorized/tokenized
|
|
|
63 |
- Serves only as baseline reference
|
64 |
- Not suitable for any real-world applications
|
65 |
|
|
|
8 |
---
|
9 |
|
10 |
|
11 |
+
# Climate Disinformation Classification using XGBOOST
|
12 |
|
13 |
## Model Description
|
14 |
|
15 |
+
This is a model based on XGBOOST classifier for TF-IDF vectorized texts 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 |
|
|
|
57 |
This tracking helps establish a baseline for the environmental impact of model deployment and inference.
|
58 |
|
59 |
## Limitations
|
60 |
+
- Text Classification using XGBOOST
|
61 |
- No learning or pattern recognition
|
62 |
+
- Input text vectorized/tokenized with TF-IDF
|
63 |
+
- XGBOOST parameter search
|
64 |
- Serves only as baseline reference
|
65 |
- Not suitable for any real-world applications
|
66 |
|