Closed bugface closed 2 years ago
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)