From 6e6ad88ae1140f4e3ddeb03c0385fbd356c674ff Mon Sep 17 00:00:00 2001 From: karim-at-birds <70150910+karim-at-birds@users.noreply.github.com> Date: Wed, 11 Nov 2020 12:19:05 +0100 Subject: [PATCH] Update Pretrained-BERT-GLUE.ipynb typo --- finetune/PyTorch/notebooks/Pretrained-BERT-GLUE.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/finetune/PyTorch/notebooks/Pretrained-BERT-GLUE.ipynb b/finetune/PyTorch/notebooks/Pretrained-BERT-GLUE.ipynb index 4fad5e5..b9a06a9 100644 --- a/finetune/PyTorch/notebooks/Pretrained-BERT-GLUE.ipynb +++ b/finetune/PyTorch/notebooks/Pretrained-BERT-GLUE.ipynb @@ -18,7 +18,7 @@ "\n", "You will find the following contents:\n", "- Download GLUE dataset on the remote compute and store them in Azure storage\n", - "- Speep-up fine-tuning BERT for GLUE dataset on AzureML GPU clusters\n", + "- Speed-up fine-tuning BERT for GLUE dataset on AzureML GPU clusters\n", "- Further fine-tune BERT wtih AzureML hyperparameter optimizer " ] },