Primary competition visual

Lelapa AI Buzuzu-Mavi Challenge

Helping Africa
$1 300 USD
Completed (11 months ago)
Natural Language Processing
Sentiment Analysis
Machine Translation
492 joined
118 active
Starti
Jan 09, 25
Closei
Apr 06, 25
Reveali
Apr 07, 25
Error on metric eval ?
Platform Ā· 10 Mar 2025, 22:19 Ā· 2

I am getting this error when I am trying to submit.

Please could you explain why / fix it.

Thanks!

Discussion 2 answers

i have run into same errors. two cases i found:

- the Response is None or empty

- the Response is big integer or float when it should be 0 or 1

13 Mar 2025, 18:44
Upvotes 0
User avatar
Koleshjr
Multimedia university of kenya

I think the issue lies in the Sentiment and nli tasks, they expect integers and our models , especially for the Sentiment task outputs strings. You need to convert the strings to integers.