How does it hold onto your text?
Type a line below. Before you turn it into numbers, make a call: when this model takes in "hi there," how does it actually store it?
The line to turn into numbers (change it to anything you like):
Tiny vocabulary, or short text. Pick one.
This model takes the simplest path: one number per character, a vocabulary of just 65. That keeps the vocabulary tiny but makes every line long. The big models do it differently. They chop text into common chunks ("sub-words"), which keeps each line short but needs a vocabulary of around 50,000. Same job, opposite trade.
Real models group characters into tokens, short chunks; cutaway uses single characters so you can watch every step. Here is the same line, chopped both ways: