Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.08 KB

README.md

File metadata and controls

17 lines (13 loc) · 1.08 KB

NER for NCBI Disease

This repo contains code for training Named Entity Recognition (NER) task for NCBI disease dataset, by fine-tuning distilbert.

Installation

You can use your prefered manager (conda pyenv, pipenv etc etc.) and install from requirements.txt

HOW TO

The repo is meant to be read via jupyter notebooks inside notebooks directory. If you'd like to just play around with predictions given an arbitrary string, you an either:

  • run notebook "notebooks/Playground.ipynb"
  • run fastapi API via "python app.py"

Feel free to contact me if you're encountering issues with regard to running the code