nshepperd/gpt-2

Where to enter model name as parameter

kalyons1 opened this issue · 1 comments

Trying to run download_model.py in Colaboratory as a workaround for minimaxir/gpt-2-simple#252, which is not downloading models. I understand I need to enter the desired model name as a parameter, but I'm unclear where I am supposed to enter it (I am very new at this, sorry).

The syntax is in the download script you reference (if this is the script you're talking about)
print('You must enter the model name as a parameter, e.g.: download_model.py 124M')
so you enter your terminal:
python download_model.py 124M