Spaces:
Sleeping
Sleeping
Update tasks/text.py
Browse files- 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"]
|