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.