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
The TextDataset* functions from ner_training.py do not preserve the original index. To resolve this we pass along the id's along with the data and the labels:
This ids vector is filled with "IDXX_begin_end".
This ids vector is passed to the evaluation function and added to the prediction output.
The text was updated successfully, but these errors were encountered:
The TextDataset* functions from ner_training.py do not preserve the original index. To resolve this we pass along the id's along with the data and the labels:
This
ids
vector is filled with "IDXX_begin_end".This ids vector is passed to the evaluation function and added to the prediction output.
The text was updated successfully, but these errors were encountered: