Skip to content
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

Zero-shot inference #2

Closed
nhussein opened this issue Feb 27, 2024 · 4 comments
Closed

Zero-shot inference #2

nhussein opened this issue Feb 27, 2024 · 4 comments

Comments

@nhussein
Copy link

nhussein commented Feb 27, 2024

Greetings,
Great work!

Can you kindly explain how to use the weights that you provided for zero shot inference?
Thank you.

@CristianoPatricio
Copy link
Owner

Hello @nhussein,

Thank you for your interest in our work.
Were you able to use the model weights for zero-shot inference?
In any case, I will prepare a python notebook with the necessary steps to perform zero-shot tasks using our pipeline.

@nhussein
Copy link
Author

nhussein commented Mar 5, 2024

I loaded the weights for the trained layers and I passed the results from zero-shot Clip to the layers. However, I did not get the same results as the one in baseline obtained from embeddings.
Thank you for the prompt response, will check out the notebook when it’s up.

@CristianoPatricio
Copy link
Owner

I loaded the weights for the trained layers and I passed the results from zero-shot Clip to the layers. However, I did not get the same results as the one in baseline obtained from embeddings. Thank you for the prompt response, will check out the notebook when it’s up.

Hi @nhussein,

I've just uploaded the python notebook for zero-shot inference. You can find it here.

In order to reproduce the results of the paper, you should follow the steps described in the README file.

Thank you.

@nhussein
Copy link
Author

nhussein commented Mar 7, 2024

Thank you!

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

No branches or pull requests

2 participants