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
- Named Entity Recognition for biomedical data using [Scibert](https://arxiv.org/abs/1903.10676) and [Biobert](https://arxiv.org/abs/1901.08746) .
- Different classification architectures like Bert-Crf, Bert-LSTM-Crf on top of Bert Layer.
- Finetuning script is compatible with the datasets provided by [Scibert git repo](https://github.com/allenai/scibert/tree/master/data/ner) data folder.
Finetuning Steps
- add labels file to the data_dir; a labels file should have all the labels from the data, one label per line.
- Edit the config file of your chosen architecture and save.
- Execute the below command