Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
deepugaur
/
prompt_projectapp
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
6bc66e8
prompt_projectapp
/
tokenizer.pkl
deepugaur
Create tokenizer.pkl
6bc66e8
verified
7 months ago
raw
Copy download link
history
blame
130 Bytes
import pickle
with
open
(
"tokenizer.pkl"
,
"wb"
)
as
handle
:
pickle.dump(tokenizer,
handle
, protocol=pickle.
HIGHEST_PROTOCOL
)