Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cdathuraliya/bert-inference

An attempt to make Google BERT closer to production before Hugging Face Transformers etc.
https://github.com/cdathuraliya/bert-inference

Last synced: about 1 hour ago
JSON representation

An attempt to make Google BERT closer to production before Hugging Face Transformers etc.

Awesome Lists containing this project

README

        

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](https://github.com/google-research/bert) into the root directory. Check the pull request [#327](https://github.com/google-research/bert/pull/327) for `Sst2Processor` class. Place actual model files (`ckpt`) under `models` directory.

Based on [this](https://github.com/google-research/bert/issues/94#issuecomment-437883736) issue comment by [@brightmart](https://github.com/brightmart).