fix(inference): inject Qwen BPE EOS and align GPT-4 pre-tokenizer regex#107
Closed
ohdearquant wants to merge 1 commit into
Closed
fix(inference): inject Qwen BPE EOS and align GPT-4 pre-tokenizer regex#107ohdearquant wants to merge 1 commit into
ohdearquant wants to merge 1 commit into
Conversation
Parse post_processor for EOS injection (id=151643 from TemplateProcessing) and detect regex-based Split pre-tokenizer in tokenizer.json. Implements a hand-coded GPT-4 regex pattern that attaches leading punctuation to following letter runs (e.g. ".com", "/path"), matching HF behavior. Qwen3-Embedding-0.6B parity moves from 0/10 to 10/10. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This was referenced May 25, 2026
Owner
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Layer
L1 — tokenizer fix (PR3 of 11)
What
TemplateProcessingfor Qwen BPE; injects EOS id 151643 at encode boundaryWhy
Audit gap: pre-fix lattice produced 0/10 PASS on Qwen BPE cases (9 EOS-only + 1 URL regex divergence).
Result
Stack
Base: #106 (PR2 SP BOS/EOS)
Umbrella: #104
🤖 Generated with Claude Code