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
To train an NER model with BioBERT-v1.1 (base), run the command below.
Before training, please run ./preprocess.sh to preprocess the datasets downloaded in biobert-pytorch (see here).
Additional Requirements
seqeval : Used for NER evaluation (pip install seqeval)