Skip to content

Add jina-clip evaluator #4000

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

Merged
merged 5 commits into from
Mar 4, 2025
Merged

Conversation

pwolnows
Copy link
Contributor

Extend openvino_clip_evaluator to allow validation of both jina-clip from huggingface and openvino converted model.

@pwolnows pwolnows requested a review from sstrehlk February 27, 2025 13:58
@pwolnows pwolnows requested a review from wkobielx February 27, 2025 14:33

def get_logits(self, image_features, zeroshot_weights):
text_embeddings = np.squeeze(zeroshot_weights)
simularity = []
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo in simularity, update to similarity

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

@pwolnows pwolnows merged commit 9f99ec4 into openvinotoolkit:master Mar 4, 2025
18 of 19 checks passed
@pwolnows pwolnows deleted the jina-clip branch April 24, 2025 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants