-
Notifications
You must be signed in to change notification settings - Fork 52
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
If I input more than the max_seq_length? #40
Comments
Yes you can input more characters. The calculation may not be affected because you need to change the If it still does not work, please provide the exact code you are using. |
Thanks for the reply. |
Yeah, it'd be really interesting to know how performance is at longer sequences. If you run any experiments and have any data on how it performs, would be amazing if you could share it 🚀 |
Thanks you! |
I see that sgpt-bloom-7b1-mamarco model has a vector length of 300,but
If I input more than the maximum length, for example, input more than 400 Chinese characters, it seems that it can also be embedded in the vector, but it seems that the increase to more than 500 will not affect the vector calculation results.
Can I enter a maximum Chinese character of 500?
The text was updated successfully, but these errors were encountered: