Zenaique
Topics
Practice
Browse
Reference
Challenges
Pricing
Search…
⌘K
Topics
/
Tokenization
/
Chat Templates
Chat Templates
Subtopic
8 questions
Questions tagged with Chat Templates — part of Tokenization.
Format
Difficulty
Role
Experience
Companies
Sort
Newest
Quality
Difficulty ↑
Difficulty ↓
Questions
How does the serving stack actually decide when to stop generation and what bugs come from mis-set stop sequences?
Short Answer
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 are the practical differences between the sentencepiece library and HuggingFace tokenizers for serving a Llama model, and which is recommended?
Short Answer
Hard
·
Qual 4.0
Hugging Face
For serving a Llama model in production with HuggingFace transformers, which tokenizer library is recommended?
Multiple Choice
Medium
·
Qual 4.0
Hugging Face
Spot the tokenization boundary bug in this manual prompt-building code.
Spot the Error
Hard
·
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