I am getting this error when I am trying to submit.
Please could you explain why / fix it.
Thanks!
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
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.
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
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.