one fable-low hijack cell
pair attention / token
envelope en_arrow
ordering AB
effort low
English with arrow '→' — '{X} → {Y}'
verdictpicked token (second-offered)
· classifierB
· tiernone
response (200 chars)
# From Tokens to Attention
## 1. Tokenization
Raw text is split into **tokens** (words, subwords, or characters):
```
"The cat sat" → ["The", "cat", "sat"] → [464, 2415, 3332]
```
## 2. Embedding
E
neighbors