Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 776 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 776 Bytes

NER for AISC ML Ops

A deployable Named Entity Recognition tool.

cd src/bert
make build
make run
# open localhost:5000

Model

  • spaCy as base model
  • LSTMs/BERT as advanced model

Packaging

  • MLFlow with pyfunc

Cloud platform

  • Azure App Service for containers

Dataset

  • Wikigold
  • BERT was pretrained on Wikigold with model cached on S3

Devops