Closed th0rntwig closed 8 months ago
The addition of prediction scores causes ValueError: too many values to unpack (expected 3) during evaluation when fine-tuning. This PR solves this by handling predictions separately.
ValueError: too many values to unpack (expected 3)
Thanks!
The addition of prediction scores causes
ValueError: too many values to unpack (expected 3)
during evaluation when fine-tuning. This PR solves this by handling predictions separately.