Fix path download_glue_data.py

This commit is contained in:
Sunkyoung 2022-03-16 05:10:46 -04:00
parent b554f5ec90
commit 94b87b06df

View File

@ -2,7 +2,7 @@
### 1) Download the data from GLUE website (https://gluebenchmark.com/tasks) using following commands:
```bash
wget https://gist.githubusercontent.com/W4ngatang/60c2bdb54d156a41194446737ce03e2e/raw/17b8dd0d724281ed7c3b2aeeda662b92809aadd5/download_glue_data.py
wget https://raw.githubusercontent.com/nyu-mll/GLUE-baselines/master/download_glue_data.py
python download_glue_data.py --data_dir glue_data --tasks all
```