Open HarryK4673 opened 1 month ago
EOS means the model wishes to stop generating the current response as it believes it is complete
To override this, set EOS token ban to "Ban"
EOS means the model wishes to stop generating the current response as it believes it is complete
To override this, set EOS token ban to "Ban"
Thanks for that, but I'm using Google Colab (using the Linux version and command to execute). I did not find any flag related to EOS when ./koboldcpp
EOS banning is set over the API by the frontend. Are you using the KoboldAI Lite frontend?
Hi everyone!
I met a problem when generating texts. I set the flags to
--contextsize 98304
and when I test it, I input a text with about 30k tokens and set the maximum output tokens to 600. EOS token triggered when it output 8/400 tokens.Is there any ways to modify the EOS token?
I met this problem only on Google Colab. It's fine on my local computer.