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

Add ability to use ClipTokenizer #546

Open
scottroot opened this issue Jun 13, 2023 · 1 comment
Open

Add ability to use ClipTokenizer #546

scottroot opened this issue Jun 13, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@scottroot
Copy link

scottroot commented Jun 13, 2023

I have a large datasets that was encoded with Clip 32 but I cannot deploy that in ES because it uses the ClipTokenizer.
Is there a way to add this?

@davidkyle
Copy link
Member

There are 2 models in Clip, the image processing model and a text embedding model. Elastic does not support image processing models but if you want to use the text embedding model you can install the Sentence Transformers implementation: https://huggingface.co/sentence-transformers/clip-ViT-B-32-multilingual-v1

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

No branches or pull requests

2 participants