This repository was archived by the owner on Dec 16, 2022. It is now read-only.
Open AI CLIP
#5660
Replies: 1 comment
-
There isn't just one simple component you can use to do that, but the OpenAI Clip API seems quite accessible. If you don't need to fine-tune CLIP itself, I would recommend calling the CLIP API inside your dataset reader, and making the resulting tensors part of your instances. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How can I add OpenAI CLIP embeddings(vision, text) to Allennlp?
Beta Was this translation helpful? Give feedback.
All reactions