AzureML-BERT icon indicating copy to clipboard operation
AzureML-BERT copied to clipboard

Issues with finetune examples

Open jingyanwangms opened this issue 6 years ago • 0 comments

  • There're two sets of notebooks and it looks confusing: https://github.com/microsoft/AzureML-BERT/tree/master/finetune/PyTorch/notebooks

image

  • There're two run_classifier_azureml.py. Also confusing https://github.com/microsoft/AzureML-BERT/blob/master/finetune/PyTorch/run_classifier_azureml.py https://github.com/microsoft/AzureML-BERT/blob/master/finetune/run_classifier_azureml.py
  • Need to add better instruction for downloading glue data. Right now the script threw no request module error.
  • https://github.com/microsoft/AzureML-BERT/blob/master/finetune/run_classifier_azureml.py line 28 should be sys.path.append("./pretrain/pytorch/")

jingyanwangms avatar Oct 11 '19 21:10 jingyanwangms