laureBe commited on
Commit
f8008ee
·
verified ·
1 Parent(s): ee79959

Update tasks/text.py

Browse files
Files changed (1) hide show
  1. 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: DistilBert classification
38
- - DistilBert classification predictions from the label space (0-7)
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