Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,10 +1,18 @@
|
|
| 1 |
---
|
| 2 |
title: Speculative Decoding Simulator
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
title: Speculative Decoding Simulator
|
| 3 |
+
emoji: ⚡
|
| 4 |
+
colorFrom: gray
|
| 5 |
+
colorTo: green
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
+
# Speculative Decoding — Interactive Simulator
|
| 11 |
+
|
| 12 |
+
Visualize how draft models + verification accelerate token generation. Adjust acceptance rates, lookahead, and more.
|
| 13 |
+
|
| 14 |
+
From EXD Episode 5 — Speculative Decoding.
|
| 15 |
+
|
| 16 |
+
Built with vanilla HTML/CSS/JS.
|
| 17 |
+
|
| 18 |
+
📺 [Watch the episode](https://youtube.com/@EXD-ai) | 💻 [GitHub](https://github.com/Ramshreyas/EXD)
|