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

Fix gpt-3.5-turbo-instruct prompt. #650

Merged
merged 2 commits into from
Jul 26, 2024

Conversation

drazvan
Copy link
Collaborator

@drazvan drazvan commented Jul 25, 2024

The change in default prompts coupled with the partial name matching for task templates (added as part of Llama-3 prompts improvements) resulted in gpt-3.5-turbo-instruct using the prompts for gpt-3.5-turbo (which are chat templates, and not working great). This PR adds back the original prompts explicitly for gpt-3.5-turbo-instruct.

@drazvan drazvan self-assigned this Jul 25, 2024
@drazvan drazvan added the bug Something isn't working label Jul 25, 2024
@drazvan drazvan merged commit 619e0b3 into develop Jul 26, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant