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)

Hardware

The notebook connects to the live vLLM server on atom (DGX Spark, Grace-Blackwell) for the inference section. Tokenizer and embeddings are loaded directly from Qwen/Qwen3.6-35B-A3B weights.

Related

Downloads last month
9

Collection including EXD-AI/episode-07-tokenization