Can't find the file 'roberta_base_mnli_DyLoRA.bin'
minalmeg opened this issue · 1 comments
minalmeg commented
Keep getting this file not found error for DyLora base model. Not sure where to find it.
mojivalipour commented
@minalmeg Sorry for the late reply. Unfortunately, I am not getting any notification here. This means you should first try to learn the MNLI model and then use it for other tasks if you want to use the MNLI trick. As far as I recall, we didn't use it in our paper, but it's a general practice in many related papers. If you don't want to use the MNLI trick you can comment the part of the code that tries to use the mnli checkpoint. However, you will get better results if you use the MNLI checkpoint for many other downstream tasks such as MRPC etc.