-
Notifications
You must be signed in to change notification settings - Fork 81
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
support a generic clip-like model #30
Comments
ways here:
|
mmc is not usable, see dmarx/Multi-Modal-Comparators#41 so I'm thinking to take this plan
|
I haven't touched MMC in a while and had recently been thinking about revisiting it. I think I have a solution that satisfies both my original goal and your packaging needs, but I'd also be open to starting with a fresh solution and use lessons learned. Anyway, here's the idea I had with mmc:
Need to double check that it's ready for merge, but the changes staged in the ezmode PR adopts the openai/CLIP interface, including returning preprocessor and attaching tokenizer to |
Another MMC-esque generic interface to consider: https://github.com/salesforce/LAVIS |
#50 is a first part in this |
mostly done |
instead of supporting ton of models like suggested in #1
let's let the user pass a model looking like clip
for example https://github.com/FreddeFrallan/Multilingual-CLIP is like this
The text was updated successfully, but these errors were encountered: