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
but the length of labels remains the same. So, the unpadded length of input_ids and label_ids is not the same in such cases. What is the intuition behind this? Is this a bug or done purposefully?
The text was updated successfully, but these errors were encountered:
In the function
convert_examples_to_features
, each word may be split into >1 word by the BERT tokenizerbut the length of labels remains the same. So, the unpadded length of
input_ids
andlabel_ids
is not the same in such cases. What is the intuition behind this? Is this a bug or done purposefully?The text was updated successfully, but these errors were encountered: