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

Question: Why is Claude running with temperature 0 and GPT4 with temperature 0.5? wouldn't that be a handicap for Claude in Humaneval? #13

Open
zurferr opened this issue May 28, 2024 · 1 comment

Comments

@zurferr
Copy link

zurferr commented May 28, 2024

No description provided.

@js-d
Copy link

js-d commented Jun 26, 2024

I'm also confused by this. Why not use temperature = 1 for both models, since that's the default temperature on the APIs?

Could you link to the "Anthropic example" you have in mind in this comment?

temperature: float = 0.0, # default in Anthropic example

Some additional references:

In all cases where evaluations involve free-form sampling, we evaluate our models at temperature T = 1 to
represent normal usage, unless indicated otherwise.

All the results in Table 3 have been obtained by sampling at temperature T = 0.

We test both Claude 3 and Claude 2 model families in 0-shot and 1-shot settings, sampled with temperature
T = 1.

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