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

tinybert task pred_distil dev data loader is overwritten by mnli-mm #115

Open
TobiasLee opened this issue Apr 19, 2021 · 3 comments
Open

Comments

@TobiasLee
Copy link

According to your code in task_distill.py, the evaluation on MNLI-mm dataset will overwrite the original dev loader of MNLI-m, thus the best checkpoints are selected based on the MNLI-mm instead of the MNLI-m.

@itsucks
Copy link
Contributor

itsucks commented Apr 22, 2021

Yeah, this is a bug

@iMountTai
Copy link

@TobiasLee Have you ever encountered a situation where mnli task acc remains unchanged?

@programmingLearner
Copy link

@TobiasLee Have you ever encountered a situation where mnli task acc remains unchanged?

They may not encounter this issue if they use older versions of transformers instead of dataset lib to fine tune the Teacher. I’ve solved this here: #229

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

4 participants