[BERT/PyT] Update GLUE Download Tool

The linked GLUE downloader script has several issues which prevent it
from downloading the MRPC components. Creating a new fork of the linked
gist allows these items to be sorted out.

Signed-Off-By: Robert Clark <roclark@nvidia.com>
This commit is contained in:
Robert Clark 2021-04-30 15:48:22 -05:00
parent 2d555548b6
commit 1982f5bacd
No known key found for this signature in database
GPG key ID: 205AF009E71F4534

View file

@ -36,7 +36,7 @@ class GLUEDownloader:
assert task_name == 'sst-2'
task_name = 'SST'
wget.download(
'https://gist.githubusercontent.com/W4ngatang/60c2bdb54d156a41194446737ce03e2e/raw/1502038877f6a88c225a34450793fbc3ea87eaba/download_glue_data.py',
'https://gist.githubusercontent.com/roclark/9ab385e980c5bdb9e15ecad5963848e0/raw/c9dcc44a6e1336d2411e3333c25bcfd507c39c81/download_glue_data.py',
out=self.save_path,
)
sys.path.append(self.save_path)