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

Update gpt-3.5-turbo token limit in Chat_finetuning_data_prep.ipynb #1178

Merged
merged 4 commits into from
Jun 7, 2024

Conversation

seandiacono
Copy link
Contributor

Summary

The token limit in Chat_finetuning_data_prep.ipynb is not up to date with the current context window limit. It should be 16,385 tokens as stated in https://platform.openai.com/docs/models/gpt-3-5-turbo

Motivation

This notebook gives a false warning since examples greater than 4096 tokens but less than 16,385 tokens will not be truncated.

The token limit in Chat_finetuning_data_prep.ipynb is not up to date with the current context window limit. It should be 16,385 tokens as stated in https://platform.openai.com/docs/models/gpt-3-5-turbo
@seandiacono seandiacono changed the title Update gpt-3.5 token limit in Chat_finetuning_data_prep.ipynb Update gpt-3.5-turbo token limit in Chat_finetuning_data_prep.ipynb May 8, 2024
Copy link
Collaborator

@shyamal-anadkat shyamal-anadkat left a comment

Choose a reason for hiding this comment

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

thanks!

@shyamal-anadkat shyamal-anadkat merged commit 0232883 into openai:main Jun 7, 2024
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.

None yet

2 participants