quick fix

This commit is contained in:
szymonj98 2023-06-11 16:20:44 +02:00
parent 150b80d4f4
commit c511181eb5

View File

@ -31,6 +31,6 @@ def count_predictions(predictions):
l1 += 1
all['irony'] = l1
all['non-irony'] = l0
all['non_irony'] = l0
return all