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

refactor: add Python API #37

Closed hans closed 4 years ago

hans commented 4 years ago

I factored the click commands into a general lm_zoo model API. click commands are now defined in lm_zoo.commands. This allows us to define libraries on top of the lm-zoo commands.

hans commented 4 years ago

Yowza, accidentally merged to master. I reverted this and force-pushed manually