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
chg: Update prodigy_to_tsv to fix span offset issue
* Decisions to split incoming data into chunks were being made on the tokens and labels individually, but this caused some divergence between the number of tokens and labels that were being output by prodigy_to_tsv.
* Adds new tests and test data
0 commit comments