-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
convert_to_ds_params.py doesn't generate tokenizer #4
Comments
You can download tokenizer from here. Besides, it also provides the model files after operating |
I had a similar issue as @tammypi when I tried to run Alternatively, I could use |
Sorry for the mistake. I actually hope to mention |
convert_to_ds_params.py only generates llama-7b folder and .pt files in it. But does not generate tokenizer.
But the param tokenizer_path of tokenize_dataset.py needs tokenizer.
So how can I get tokenizer?
The text was updated successfully, but these errors were encountered: