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

[code_review] Explore different values of temperature and top_p #4582

Open
marco-c opened this issue Nov 1, 2024 · 1 comment
Open

[code_review] Explore different values of temperature and top_p #4582

marco-c opened this issue Nov 1, 2024 · 1 comment

Comments

@marco-c
Copy link
Collaborator

marco-c commented Nov 1, 2024

See Cheat Sheet: Mastering Temperature and Top_p in ChatGPT API
For example, make comment generation more creative, but keep filtering phase strict.

ea7cd01 was the first step for this.

This depends on #4580 for the evaluation.

@marco-c marco-c moved this to Backlog in Review Helper Nov 1, 2024
@marco-c marco-c moved this from Backlog to In progress in Review Helper Nov 1, 2024
@marco-c marco-c moved this from In progress to Backlog in Review Helper Nov 1, 2024
@suhaibmujahid
Copy link
Member

We have this as part of the experimental mode. We return the results generated by each of the models/configurations to the user for evaluation.

The following are the configurations in the experimental mode:

  • gpt-4o temp 0.2
  • gpt-4o temp 0.8
  • claude-3-5 temp 0.2
  • gemini-1.5-pro temp 0.2 (disabled due to a quota limitation error)

@marco-c marco-c moved this from Backlog to In progress in Review Helper Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In progress
Development

No branches or pull requests

2 participants