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

some items too big #9

Open
ehartford opened this issue May 11, 2023 · 3 comments
Open

some items too big #9

ehartford opened this issue May 11, 2023 · 3 comments

Comments

@ehartford
Copy link

The conversation that are longer than 2048 tokens gotta be split to multiple conversations.

I am seeing errors like this:

Token indices sequence length is longer than the specified maximum sequence length for this model (4209 > 2048). Running this sequence through the model will result in indexing errors

@melodysdreamj
Copy link
Owner

This is okay because it's a warning and doesn't actually throw an error, but it would be much better if it included all the content, so you can break it up into chunks if you want.

@RanElgedawy
Copy link

Does this mean that the max context size is 2048 tokens?

@RanElgedawy
Copy link

@melodysdreamj

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

No branches or pull requests

3 participants