You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Line 159 in makefile "@${PY} -m utils.bert_convert" invokes the non existent python script "utils/bert_convert.py" (it is missing from the repository). The makefile target "generate_bert_finetune_files:" and subsequent experiments cannot be run due to this.
Line 159 in makefile "@${PY} -m utils.bert_convert" invokes the non existent python script "utils/bert_convert.py" (it is missing from the repository). The makefile target "generate_bert_finetune_files:" and subsequent experiments cannot be run due to this.