Update tasks/text.py
Browse files- tasks/text.py +2 -2
tasks/text.py
CHANGED
@@ -34,8 +34,8 @@ async def evaluate_text(request: TextEvaluationRequest):
|
|
34 |
"""
|
35 |
Evaluate text classification for climate disinformation detection.
|
36 |
|
37 |
-
Current Model:
|
38 |
-
-
|
39 |
- Used as a baseline for comparison
|
40 |
"""
|
41 |
# Get space info
|
|
|
34 |
"""
|
35 |
Evaluate text classification for climate disinformation detection.
|
36 |
|
37 |
+
Current Model: Bidirectional LSTM with Attention layer classification
|
38 |
+
- Current Model: Bidirectional LSTM with Attention layer classification classification predictions from the label space (0-7)
|
39 |
- Used as a baseline for comparison
|
40 |
"""
|
41 |
# Get space info
|