EXD — Self-Directed PhD in AI
Collection
All EXD content: interactive simulators, benchmark datasets, vLLM configs, and episode write-ups. • 6 items • Updated
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.
How does a sentence become a list of vectors — and what does that space look like?
tokenization_and_embeddings.ipynb| # | 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) |
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.