Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
asv7j
/
as
like
0
Sleeping
App
Files
Files
Fetching metadata from the HF Docker repository...
main
as
/
down.py
asv7j
Update down.py
087f7d2
verified
10 months ago
raw
Copy download link
history
blame
Safe
154 Bytes
import
gpt_2_simple
as
gpt2
#model_name = "355M"
#gpt2.download_gpt2(model_name=model_name)
model_name =
"124M"
gpt2.download_gpt2(model_name=model_name)