Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Ability to serialise and de-serialise SentenceTransformers models #178

Open
SupreethRao99 opened this issue Sep 29, 2024 · 0 comments

Comments

@SupreethRao99
Copy link

Tensorizer is a great tool for load transformer models very quickly, however loading sentence transformers models isn't supported natively. I could load the sentence transformers models through AutoModel and then run the forward pass in torch to get embeddings, but using SentenceTransformers, model.encode() method is very convenient, would love to use that instead.

Thanks !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant