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

set temperature to 0.01 for better llm compatibility #939

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

Conversation

0Falli0
Copy link

@0Falli0 0Falli0 commented May 7, 2024

#938

Change Temperature from 1e-8 to 0.01 for better llm Compatibility.

@jjmachan
Copy link
Member

jjmachan commented Nov 3, 2024

@0Falli0 sorry about the really big delay but which llm/provider are you trying to make this compatible with?

@jjmachan jjmachan added the waiting 🤖 waiting for response. In none will close this automatically label Nov 3, 2024
@0Falli0
Copy link
Author

0Falli0 commented Nov 7, 2024

The main Issue is the fact that I am trying to make your metrics compatible with Mistral7b and Mixtral8x22 hosted via Huggingface Text Generation Interface(TGI). When provided a low temperature of 1e-8 for example the models just produce blank characters until the Token-Count is reached.

@github-actions github-actions bot removed the waiting 🤖 waiting for response. In none will close this automatically label Nov 7, 2024
Copy link
Member

@shahules786 shahules786 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, I suppose some libraries do not allow temperature go below 3 decimal places. Makes sense. thanks.

Can you fix the merge conflict?

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.

3 participants