Dataset Viewer
The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.
Ep. 7 — Tokenization & Embeddings
How does a sentence become a list of vectors — and what does that space look like?
Contents
- Notebook:
tokenization_and_embeddings.ipynb
Sections
| # | Topic |
|---|---|
| 0 | Full pipeline — text → tokens → atom (live vLLM inference) |
| 1 | BPE tokenization from scratch |
| 2 | The embedding matrix — loading Qwen's actual weights |
| 3 | Exploring embedding space (t-SNE, cosine similarity, nearest neighbors) |
Related
- Downloads last month
- 25