prompt_projectapp / tokenizer.pkl
deepugaur's picture
Create tokenizer.pkl
6bc66e8 verified
import pickle
with open("tokenizer.pkl", "wb") as handle:
pickle.dump(tokenizer, handle, protocol=pickle.HIGHEST_PROTOCOL)