From 5b7a3d30144012f313b90c89ba1d09735707902c Mon Sep 17 00:00:00 2001 From: Kebei Jiang Date: Thu, 6 Feb 2020 14:38:34 -0600 Subject: [PATCH] updated url of download_glue_data.py --- finetune/PyTorch/notebooks/Pretrained-BERT-GLUE.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/finetune/PyTorch/notebooks/Pretrained-BERT-GLUE.ipynb b/finetune/PyTorch/notebooks/Pretrained-BERT-GLUE.ipynb index 4fad5e5..ed127b1 100644 --- a/finetune/PyTorch/notebooks/Pretrained-BERT-GLUE.ipynb +++ b/finetune/PyTorch/notebooks/Pretrained-BERT-GLUE.ipynb @@ -187,7 +187,7 @@ "outputs": [], "source": [ "import urllib, os\n", - "urllib.request.urlretrieve( 'https://gist.githubusercontent.com/W4ngatang/60c2bdb54d156a41194446737ce03e2e/raw/becd574dd938f045ea5bd3cb77d1d506541b5345/download_glue_data.py', filename='./download_glue_data.py')\n", + "urllib.request.urlretrieve( 'https://raw.githubusercontent.com/nyu-mll/jiant/master/scripts/download_glue_data.py', filename='./download_glue_data.py')\n", "import download_glue_data\n", "download_glue_data.main([\"--tasks\", \"MRPC\", \"--data_dir\",\"./glue\"])" ] @@ -509,7 +509,7 @@ } ], "kernelspec": { - "display_name": "Python [default]", + "display_name": "Python 3", "language": "python", "name": "python3" }, @@ -523,7 +523,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.6.6" + "version": "3.7.4" }, "msauthor": "minxia" },