-
Notifications
You must be signed in to change notification settings - Fork 659
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
DJL support for embedding models using sentence-transformers #2755
Comments
@pchamart What you need is text-embedding task |
Thanks @frankfliu Using DJL DLC on Amazon SageMaker for inference - in the
Also, can you please confirm if you plan to support |
We do have this model in our model zoo, but this is a text-classification model not for TextEmbedding. If you want to serve And you can use CPU container for this model as well: https://github.com/aws/deep-learning-containers/blob/master/available_images.md#djl-cpu-full-inference-containers
|
feel free to reopen this issue if you still have questions. |
Hi,
Per this doc seems like only the below tasks are supported.
Any plans on including
feature-extraction
task as well in the future?I'd be great if we can use text embedding models (both bi and cross encoders) from huggingface for e.g
sentence-transformers/all-MiniLM-L6-v2
(bi-encoder) andcross-encoders/mmarco-mMiniLMv2-L12-H384-v1
(cross-encoder).Thanks!
The text was updated successfully, but these errors were encountered: