Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kurianbenoy/llm-101

Content for our workshop at FOSSMEET.
https://github.com/kurianbenoy/llm-101

Last synced: about 2 months ago
JSON representation

Content for our workshop at FOSSMEET.

Awesome Lists containing this project

README

        

# LLM-101
Content for our workshop at FOSSMEET.

[Workshop shortened link](https://tiny.cc/llm102)

## Contents

1. Generative AI overview + generative applications demo.
2. FOSSMeet Website using Cursor IDE.

a) https://kurianbenoy.com/talks/nitc-fossmeet-2024/llm-101.html#/title-slide

b) [Webapp we build as fossmeet website](https://llm-101-pi.vercel.app/)

3. OpenAI API demo.

a) https://colab.research.google.com/drive/11PPbnIsRpkM_ENyxpySS7kNTxuq2Nd2o?usp=sharing

4. [Ollama](https://ollama.com/) setup to run open source models locally.

5. Streamlit application demo.

Checkout [streamlit_main.py file.](streamlit_main.py)

6. LLM theory and transformers.

a) [Slides](https://docs.google.com/presentation/d/10i4-uDHQrk1R00JoafUTCjhCI0cS1EfxY9iDlJhzsWw/edit?usp=sharing)

b) [AttentionIsAllYouNeed - Google Slides](https://docs.google.com/presentation/d/1qrrREyRh2uabWdYGnNEApNUbPnQMh670Ra1J9yYjqeI/edit#slide=id.g91e47d81a8_0_6)

7. LLMs Philosophical concerns.
8. Prompt Engineering.

a) [Prompt Engineering Guide](promptingguide.ai)

b) [GitHub - mattnigh/ChatGPT3-Free-Prompt-List: A free guide for learning to create ChatGPT3 Prompts](https://github.com/mattnigh/ChatGPT3-Free-Prompt-List)