Adding jinaai/jina-clip-v1
They provided two examples, the first one works and the second one complains about missing jinaai/jina-clip-v1/sentence_xlnet_config.json. The output of the first one seems to have small numbers, like they are normallized but its not mentioned so not sure tbh.
Update:
The text model needs pooling and normalizing
The image model needs the image to be square
All Submissions:
[x] Have you followed the guidelines in our Contributing document?
[x] Have you checked to ensure there aren't other open Pull Requests for the same update/change?
New Feature Submissions:
[x] Does your submission pass the existing tests?
[x] Have you added tests for your feature?
[x] Have you installed pre-commit with pip3 install pre-commit and set up hooks with pre-commit install?
New models submission:
[ ] Have you added an explanation of why it's important to include this model?
[ ] Have you added tests for the new model? Were canonical values for tests computed via the original model?
[ ] Have you added the code snippet for how canonical values were computed?
[ ] Have you successfully ran tests with your changes locally?
Adding jinaai/jina-clip-v1 They provided two examples, the first one works and the second one complains about missing
jinaai/jina-clip-v1/sentence_xlnet_config.json
. The output of the first one seems to have small numbers, like they are normallized but its not mentioned so not sure tbh.Update: The text model needs pooling and normalizing The image model needs the image to be square
All Submissions:
New Feature Submissions:
pre-commit
withpip3 install pre-commit
and set up hooks withpre-commit install
?New models submission: