ypesk commited on
Commit
31b1923
·
verified ·
1 Parent(s): a72440d

Update tasks/text.py

Browse files
Files changed (1) hide show
  1. tasks/text.py +0 -2
tasks/text.py CHANGED
@@ -115,8 +115,6 @@ async def evaluate_text(request: TextEvaluationRequest):
115
 
116
  logits = logits.detach().cpu().numpy()
117
  predictions.extend(logits.argmax(1))
118
- for l in ground_truth:
119
- labels_sep.append(l)
120
 
121
 
122
  true_labels = test_dataset["label"]
 
115
 
116
  logits = logits.detach().cpu().numpy()
117
  predictions.extend(logits.argmax(1))
 
 
118
 
119
 
120
  true_labels = test_dataset["label"]