Zenaique
Topics
Practice
Browse
Reference
Challenges
Pricing
Search…
⌘K
Topics
/
Tokenization
/
Special Tokens
Special Tokens
Subtopic
14 questions
Questions tagged with Special Tokens — part of Tokenization.
Format
Difficulty
Role
Experience
Companies
Sort
Newest
Quality
Difficulty ↑
Difficulty ↓
Questions
Defend pinning the tokenizer revision alongside the model weights when shipping a fine-tune
Short Answer
Medium
·
Qual 4.0
Qwen 3.5 SFT data: fill the special tokens that wrap an assistant turn.
Fill in Blank
Medium
·
Qual 4.0
Define the role of a chat template when fine-tuning on (system, user, assistant) data
Flashcard
Easy
·
Qual 4.0
A chat template wraps every turn with BOS and EOS tokens. Why does the model need them?
Flashcard
Easy
·
Qual 4.0
After editing the Jinja chat template, your fine-tuned Llama 3 prints raw special-token text. What broke?
Spot the Error
Medium
·
Qual 4.0
$50K compute budget, 50B tokens of US legal text, 1.5B parameter model. Defend your tokenizer design.
Short Answer
Hard
·
Qual 4.0
Spot the bug: a Llama-3 fine-tune that skips the end-of-turn token
Spot the Error
Hard
·
Qual 4.0
Why is chat-template integrity the most common 'silent quality killer' in FT?
Short Answer
Medium
·
Qual 4.0
Describe how a Special Token Injection (STI) attack works and what application-layer mitigations can be applied.
Short Answer
Hard
·
Qual 4.0
Which tokenizer parameter prevents user text from being interpreted as special tokens?
Multiple Choice
Medium
·
Qual 4.0
What are BOS, EOS, PAD, and role marker special tokens, and what happens when each is missing or duplicated?
Flashcard
Easy
·
Qual 4.0
Fill in the blanks: the special tokens that control sequence boundaries and conversation structure in modern LLMs.
Fill in Blank
Medium
·
Qual 4.0
What failure mode occurs when a developer duplicates the BOS token by prepending it manually while also using apply_chat_template?
Short Answer
Hard
·
Qual 4.0
Hugging Face
Why must developers use a model's specific apply_chat_template() rather than building the prompt string manually?
Multiple Choice
Medium
·
Qual 4.0