Skip to content
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

Added missing temperature parameter to call to function sample_next(). #221

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

matthiasamberg
Copy link

The text generation example (from movie review dataset) samples examples every iteration and wants to use different temperatures to do so. However the temperature variable was not passed on and hence only the default temperature=1.0 was used in each sampling.

Added explicit temperature parameter to the function call.

@ifond
Copy link

ifond commented May 5, 2023 via email

@lxl0506
Copy link

lxl0506 commented May 5, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants