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: Overview #35

Closed atambay37 closed 3 months ago

anantmittal commented 4 months ago

This part can be a brief and quick outline of the entire tutorial:

  1. Basics of language models and code to implement a small language model
  2. LLMs and ways to interact with them, i.e., through prompt engineering
  3. Open source LLMs and why OLMo
  4. 2-3 lines about LangChain or genAI application frameworks
  5. Pitfalls of LLMs (hallucinations, etc.)
  6. Ways to make them better (we can say there are multiple techniques, but we will focus on RAG)
  7. Make LLMs work with your data
  8. Publishing / Deploying your app
anantmittal commented 4 months ago

@lsetiawan: Should this be a PowerPoint slide? Or should we explore https://rise.readthedocs.io/en/latest/?

vanitech commented 4 months ago

This should have the agenda with time for each module and task. Explanations / theory needs to be kept very brief.

vanitech commented 3 months ago

Addressed mostly in https://github.com/uw-ssec/tutorials/blob/main/SciPy2024/module1/llms-and-prompt-engineering-with-olmo.ipynb and this is generic information with lot of resources available outside the tutorial.