Skip to content

chore: Replace non-breaking hyphen with regular hyphen in prompt #3851

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ei-grad
Copy link
Contributor

@ei-grad ei-grad commented Apr 20, 2025

Some tokenizers may incorrectly handle the non-breaking hyphen (U+2011), potentially leading to unexpected behavior or token counts. Replacing it with the standard hyphen-minus (U+002D) ensures broader compatibility and avoids potential tokenization issues.

Some tokenizers may incorrectly handle the non-breaking hyphen (U+2011),
potentially leading to unexpected behavior or token counts. Replacing
it with the standard hyphen-minus (U+002D) ensures broader compatibility
and avoids potential tokenization issues.
@ei-grad
Copy link
Contributor Author

ei-grad commented Apr 20, 2025

Gemini 2.5 Flash example:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant