-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
NaN unigram model score error with sentencepiece 0.1.98 #851
Labels
Comments
Thank you. It seems that the seed vocabulary has an extremely large score. It would be a critical, so we will fix it soon. Thank you for the report. |
Hi, I still have this problem even though I install 0.1.99 version. Thank you!
|
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
On a clean ubuntu machine with sentencepiece 0.1.98 installed via pip, I am getting nan scores when training a unigram model.
For example, the following script does not work. However, it worked with version 0.1.97.
The stacktrace is
Thought the developers would want to know. I will use version 0.1.97 in the meantime. Thank you!
The text was updated successfully, but these errors were encountered: