amazon-science / wqa_tanda

This repo provides code and data used in our TANDA paper.
Other
108 stars 26 forks source link

Task not found: asnq #7

Closed ryanpram closed 3 years ago

ryanpram commented 3 years ago

Hi, i got error "ValueError: Task not found: asnq" when i run run_glue.py. I already do this step:

When i apply tanda-sequential-finetuning-with-asnq.diff, 3 file is change => run_glue.py, init.py, glue.py.

Any steps that i missed?

ryanpram commented 3 years ago

Sorry i did wrongly import the transformers

kasidkhansbp commented 2 years ago

Hi @ryanpram

  1. I am also trying to the above steps but at 4th step (git apply tanda-sequential-finetuning-with-asnq.diff) it throws an error as "'tanda-sequential-finetuning-with-asnq.diff': No such file or directory".

  2. Also, after 3rd step (git checkout f3386 -b tanda-sequential-finetuning), it did say "Switched to a new branch 'tanda-sequential-finetuning'" but I do not see the "tanda-sequential-finetuning-with-asnq.diff" in the folder.

Any idea, what could I have done wrong?