Skip to content

Commit 2c673b9

Browse files
committed
adding weighted selection or sampling
1 parent 1367930 commit 2c673b9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

06-markov-cfg/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## [Markov and CFG slides](https://docs.google.com/presentation/d/1M8zwy7yKA7G6EzSYS8qnYRNuQ8KJkoo-M5YG6OM4vKk/edit?usp=sharing)
44

5+
## Weighted Selection
6+
7+
- 💻 [Weighted Selection p5.js example](https://editor.p5js.org/a2zitp/sketches/un8B-P4jg) (with temperature!)
8+
- 🚂 [Weighted Selection Algorithm video](https://youtu.be/ETphJASzYes)
9+
- 📚 [How to Generate Text Hugging Face blog post](https://huggingface.co/blog/how-to-generate) (covers temperature, top_p, and top_k)
10+
511
## Markov Chains
612

713
- 📕 [Markov Chains](http://setosa.io/blog/2014/07/26/markov-chains/) by Victor Powell and Lewis Lehe

0 commit comments

Comments
 (0)