Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 561 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 561 Bytes

A helper class for Google BERT (Devlin et al., 2018) to support online prediction and model pipelining. Check Jupyter Notebook for the demo. Before running, clone BERT repo into the root directory. Check the pull request #327 for Sst2Processor class. Place actual model files (ckpt) under models directory.

Based on this issue comment by @brightmart.