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
In this PR, we identified that the eos_token can be set to None if the model is not "caikit" format converted. This can cause some confusion. We need to better handle eos_token situation, and whether not set it in our modules and always fetch it from the tokenizer or if we do set it then set it consistently and add tests for it
The text was updated successfully, but these errors were encountered:
Description
In this PR, we identified that the eos_token can be set to None if the model is not "caikit" format converted. This can cause some confusion. We need to better handle eos_token situation, and whether not set it in our modules and always fetch it from the
tokenizer
or if we do set it then set it consistently and add tests for itThe text was updated successfully, but these errors were encountered: