Skip to content
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

chore: fix double bos #269

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

FL33TW00D
Copy link
Contributor

Suggested method by @awni works well link.

Before:
Prompt tokens: array([2, 2, 105, ..., 105, 4368, 107], dtype=int32)

After:
Prompt tokens: array([2, 105, 2364, ..., 105, 4368, 107], dtype=int32)

@pcuenca
Copy link
Contributor

pcuenca commented Mar 21, 2025

Very cool!

@Blaizzy
Copy link
Owner

Blaizzy commented Mar 21, 2025

Awesome! 🙌🏽

@Blaizzy
Copy link
Owner

Blaizzy commented Mar 21, 2025

Could you run

pre-commit run --all

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.

3 participants