You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When there's a tie for the modal argmax in sliding window, it defaults to a tie_value of 1, outputting 1 as the predicted label
I think it's meant to get the 1st result instead?
The text was updated successfully, but these errors were encountered:
https://github.com/ThilinaRajapakse/simpletransformers/blob/76d980159c1c67918e7c427a1859262759efc384/simpletransformers/classification/classification_model.py#L1587C29-L1587C29
When there's a tie for the modal argmax in sliding window, it defaults to a tie_value of 1, outputting 1 as the predicted label
I think it's meant to get the 1st result instead?
The text was updated successfully, but these errors were encountered: