We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are cases (e.g., testing / debugging) where it's useful to sample with temperature=0.
However, currently, LMContext requires 0 < temperature < infinity:
hfppl/hfppl/distributions/lmcontext.py
Line 112 in a191fca
Setting it to 0 results in a zero-division error:
Lines 127 to 129 in a191fca
Is there a reason why in principle we can't support temperature=0?
The text was updated successfully, but these errors were encountered:
alex-lew
No branches or pull requests
There are cases (e.g., testing / debugging) where it's useful to sample with temperature=0.
However, currently, LMContext requires 0 < temperature < infinity:
hfppl/hfppl/distributions/lmcontext.py
Line 112 in a191fca
Setting it to 0 results in a zero-division error:
hfppl/hfppl/distributions/lmcontext.py
Lines 127 to 129 in a191fca
Is there a reason why in principle we can't support temperature=0?
The text was updated successfully, but these errors were encountered: