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

Sentence Transformers Candidate Models #133

Open
6 tasks
NirantK opened this issue Feb 23, 2024 · 3 comments
Open
6 tasks

Sentence Transformers Candidate Models #133

NirantK opened this issue Feb 23, 2024 · 3 comments
Labels
model request request for supporting new models

Comments

@NirantK NirantK added the model request request for supporting new models label Feb 23, 2024
@Tanmaypatil123
Copy link

@NirantK Hey, I think fastembed is dependent on the huggingface's tokenizer, right? Why does it not support any of the models mentioned in the issue description by default?

@NirantK
Copy link
Collaborator Author

NirantK commented Feb 29, 2024

We export the models to ONNX and quantize them to improve compute times, while preserving as much performance as we can — that means each model needs a bit of work and testing.

I am not sure how the tokenizer is relevant though. We don't use transformers or torch libs.

@Ya-shh
Copy link

Ya-shh commented Mar 4, 2024

Hey! I have used this https://huggingface.co/sentence-transformers/paraphrase-MiniLM-L6-v2 in few chat-bots that i have built. And this really works well even with the large sized llms.
You can also check in one where i used it: https://github.com/Ya-shh/Custom-Ai-ChatBot.git

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

No branches or pull requests

3 participants