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

Temp 0 doesn't work properly #69

Closed
summerstay opened this issue Jul 26, 2021 · 1 comment
Closed

Temp 0 doesn't work properly #69

summerstay opened this issue Jul 26, 2021 · 1 comment

Comments

@summerstay
Copy link

Using the online demo, with a prompt of a few words and a temperature of zero tends to give repeated punctuation symbols as a continuation. Nudge it up to temp = .01 and it behaves as GPT-2 and 3 do at zero temperature: usually repetitive, but on a full sentence level. I think the program may not handle inputs of 0 temperature correctly.

@kingoflolz
Copy link
Owner

Yeah, the intended way to do argmax sampling is to use top-p=0 instead

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

No branches or pull requests

2 participants