You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i had the same problem.for example, i have tried to compress a text with 1053 tokens,but the error is index out of range.
how can i do to slove the problem?
i had the same problem.for example, i have tried to compress a text with 1053 tokens,but the error is index out of range.
how can i do to slove the problem?
Temporary solution
Add the parameters truncation=True and max_length=1024 at line 108 of the selective_context.py file.
No description provided.
The text was updated successfully, but these errors were encountered: