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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

seandiacono
Copy link

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
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

1 participant