issues
search
microsoft
/
AzureML-BERT
End-to-End recipes for pre-training and fine-tuning BERT using Azure Machine Learning Service
https://azure.microsoft.com/en-us/blog/microsoft-makes-it-easier-to-build-popular-language-representation-model-bert-at-large-scale/
MIT License
394
stars
127
forks
source link
Issues with finetune examples
#37
Open
jingyanwangms
opened
5 years ago
jingyanwangms
commented
5 years ago
There're two sets of notebooks and it looks confusing:
https://github.com/microsoft/AzureML-BERT/tree/master/finetune/PyTorch/notebooks
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/")