EXDai commited on
Commit
194c9f5
·
verified ·
1 Parent(s): c8dad83

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +12 -4
README.md CHANGED
@@ -1,10 +1,18 @@
1
  ---
2
  title: Speculative Decoding Simulator
3
- emoji: 📉
4
- colorFrom: indigo
5
- colorTo: blue
6
  sdk: static
7
  pinned: false
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
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)