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

My confusion about your evaluation Logic #34

Open
ZuoZh3n opened this issue Feb 24, 2023 · 0 comments
Open

My confusion about your evaluation Logic #34

ZuoZh3n opened this issue Feb 24, 2023 · 0 comments

Comments

@ZuoZh3n
Copy link

ZuoZh3n commented Feb 24, 2023

Hi, author
I read through how you train a few shot learning model and how you eval it. I found something that I cannot understand.

In training phase, we got a Wmap to map the samples_embeding to labels_embedding. Wmap make the samples_embedding simliar to labels_embedding correct ?

Then In the evaluation phrase, we want to calculate the similarity score between test samples and candidate labels, why should we mapping the labels_embedding via Wmap? I think we only need to transform the sentence_embedding on Wmap and then we directly compare with the label_embedding without Wmap transformation ?

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

1 participant