-
I'm new here. I'm interested in creating CLIP based embeddings in Java. Is a CLIP sentence transformer available ? |
Beta Was this translation helpful? Give feedback.
Answered by
frankfliu
Jul 2, 2024
Replies: 1 comment 1 reply
-
Please take a look this example: https://github.com/deepjavalibrary/djl/blob/master/examples/src/main/java/ai/djl/examples/inference/clip/ClipModel.java#L52 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
wrmay
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please take a look this example: https://github.com/deepjavalibrary/djl/blob/master/examples/src/main/java/ai/djl/examples/inference/clip/ClipModel.java#L52