-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
ValueError: please provide at least one prompt #69
Comments
But very interesting thing is if I directly evaluate |
This is happening because the because the script is silently discarding inputs with length > 4096. One fix is to increase the ctx length to 32k in the model config file and run the eval with --max_seq_length 32k. |
Thanks for the quick response! Do you mean < 4096? But may I ask any insights that why we are discarding these inputs? |
@Kartik14 I tried to increase
But I still got the error |
Oh It works for me when I set |
After I followed SFT step,
When I tried to evaluate,
I got the error:
The text was updated successfully, but these errors were encountered: