Is there any restrictions on the length of the model output?
I ran the ./scripts/run_evaluation_with_lora.sh with my testing data. However, the string length of the model output seems to have a limit (Some strings in the testing data is very long), which lead to the low testing accuracy, how to solve this problem?
Hi, You might want to train a model on your own data with a larger length or cut off the test sentences to a short one (may hurt the test accuracy).
adjusting --max_new_tokens may also help.
This issue has been marked as stale because it has not had recent activity. If you think this still needs to be addressed please feel free to reopen this issue. Thanks
Where is the '--max_new_tokens'?