operatorai / modelstore

🏬 modelstore is a Python library that allows you to version, export, and save a machine learning model to your filesystem or a cloud storage provider.
Apache License 2.0
358 stars 25 forks source link

SentenceTransformer library support #271

Open GingerNg opened 7 months ago

GingerNg commented 7 months ago

Able to upload SentenceTransformer model but after loading, it's a Transformer object

nlathia commented 7 months ago

Thanks for letting me know! Will look into this when I can. I believe it's because modelstore doesn't currently have explicit support for sentence-transformers and so it's doing a best-effort approach (which is wrong)