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

Easy custom checkpoint mounting #36

Closed hans closed 4 years ago

hans commented 4 years ago

For ACL purposes (and for future purposes), it'd be very convenient to easily swap out model checkpoints for a given image. In the ACL case, we have a bunch of different model instances (with different weights, and sometimes different vocabularies) for each model image.

Ideally there'd be a unified API across images, but I'd settle for a non-unified Docker API cleaned up by the lm-zoo frontend for now.