Skip to content

RaduW/llm-parameters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLM Parameters

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

Site generation

To generate the site, run the following command:

marimo export html-wasm notebook.py -o docs/index.html

To run the notebook locally using python, use the following command:

marimo run notebook.py

To run the notebook locally using wasm, generate the site. cd into the directory where the site was generated, and run:

python -m http.server 8000

Then open your browser and navigate to http://localhost:8000.

About

A notebook for playing with llm parameters

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages