Tools
Generate printable materials for LLMs Unplugged activities. There are two types of output, matching the two ways of working with language models in our lessons.
Booklets (for dice generation)
Dice lookup tables for probabilistic text generation. Each entry shows a prefix, a dice range, and possible next tokens—roll the dice and read off the next word. Used in the Pre-trained Model Generation lesson.
Cutouts (for bucket training)
Printable token cards for hands-on training. Cut out the tokens, read the prefix label on each card, and sort them into the matching bucket. Used in the Training lesson (bucket method).
Generate your own
Upload a text file or paste text, choose your options, and download a PDF—no server required. Your text is processed entirely in your browser.
- Enter your text: upload a file or paste text directly
- Add metadata: provide a title (required) and optionally an author
- Choose options: select the n-gram size and output type (booklet or cutouts)
- Generate: preview as SVG or download as PDF
Supported file formats
.txt— plain text files-
.md— markdown files (treated as plain text) -
.docx— Microsoft Word documents (text extracted, formatting ignored) -
.pdf— PDF documents (best-effort text extraction; scanned/image-based PDFs won’t work)
Input text
Loading compiler...