We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1367930 commit 2c673b9Copy full SHA for 2c673b9
06-markov-cfg/README.md
@@ -2,6 +2,12 @@
2
3
## [Markov and CFG slides](https://docs.google.com/presentation/d/1M8zwy7yKA7G6EzSYS8qnYRNuQ8KJkoo-M5YG6OM4vKk/edit?usp=sharing)
4
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
11
## Markov Chains
12
13
- 📕 [Markov Chains](http://setosa.io/blog/2014/07/26/markov-chains/) by Victor Powell and Lewis Lehe
0 commit comments