uw-ssec / tutorials

SSEC tutorials for various topics
https://uw-ssec-tutorials.readthedocs.io
BSD 3-Clause "New" or "Revised" License
3 stars 3 forks source link

feat: Tutorial Module 1: LLMs and Prompt Engineering #37

Closed atambay37 closed 3 months ago

anantmittal commented 4 months ago
anantmittal commented 4 months ago
  • Intro to LLMs: a large amount of data (almost the entire internet), attention-based architecture, transformers, needs a lot of computing, requires millions of $, and not everyone can train them.

    • One way to interact with LLMs is prompts

    • Common LLM parameters: temperature, top-k, etc.

    • Prompting Techniques: Zero-shot, few-shot, and maybe another technique like chain-of-thought or ReAct with OLMo

According to our original plan, #39 comes after this module, but I think #39 can overlap with LLM parameters / prompting techniques section in this module.

vanitech commented 3 months ago

https://github.com/uw-ssec/tutorials/blob/main/SciPy2024/module1/llms-and-prompt-engineering-with-olmo.ipynb