Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gkrishnan
/
shakespeare
like
0
Runtime error
App
Files
Files
Community
1018f06
shakespeare
/
shakespeare.pkl
gkrishnan
Update shakespeare.pkl
1018f06
over 1 year ago
raw
Copy download link
history
blame
146 Bytes
import
pickle
github_url =
"https://github.com/TheMITTech/shakespeare"
with
open
(
'shakespeare.pkl'
,
'wb'
)
as
fp:
pickle.dump(github_url, fp)