cpllab / lm-zoo

Easy black-box access to state-of-the-art language models
https://cpllab.github.io/lm-zoo/
MIT License
14 stars 6 forks source link

Get model predictions #26

Closed hans closed 4 years ago

hans commented 4 years ago

This will require some substantial implementation updates for at least SRILM ngram and RNNG.

hans commented 4 years ago

With https://github.com/cpllab/lm-zoo/commit/2231c8b335bb1387188b2dfb81ec4e6e008a394d the backend functionality is complete except for RNNG and ngram. Remaining is to implement on the CLI and document.

hans commented 4 years ago

Implemented in the CLI+API in https://github.com/cpllab/lm-zoo/commit/6e0cef3b1952533f2d0cf82299eff52b9bb3fb46