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
currently, we do not have a train from where it left function. Every training starts from a new model (at least a new linear classification layer).
We need to implement continuing training function to support use cases like we want to train more epochs on the same data or train on new data with the exact same labels (no new labels are allowed)
The text was updated successfully, but these errors were encountered:
we also need to create a mapping (BIO) from brat config during the data preprocessing instead from training data to cover all entity types (just in case some entity types defined but never used in one training data but appeared in other training data)
currently, we do not have a train from where it left function. Every training starts from a new model (at least a new linear classification layer).
We need to implement continuing training function to support use cases like we want to train more epochs on the same data or train on new data with the exact same labels (no new labels are allowed)
The text was updated successfully, but these errors were encountered: