An illustration of the parameters used in LLMs to control 'creativity'.
This is inspired by ritvikmath's excellent video on the subject The 4 Must-Know LLM Parameters and the Intuitive Math Behind Them.
Here's the link to the notebook
To generate the site, run the following command:
marimo export html-wasm notebook.py -o docs/index.htmlTo run the notebook locally using python, use the following command:
marimo run notebook.pyTo run the notebook locally using wasm, generate the site. cd into the directory where the site was generated, and run:
python -m http.server 8000Then open your browser and navigate to http://localhost:8000.