udacity / introduction-to-llms

Lesson repository for Introduction to LLMs (cd13317)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Purpose of This Repo

This repo contains the code for the demos and exercises in the Udacity Introduction to LLMs lesson.

Environment Requirements and Installation

git clone https://github.com/udacity/introduction-to-llms.git
cd introduction-to-llms
python3 -m venv venv_intro_llms
source venv_intro_llms/bin/activate
python3 -m pip install --upgrade pip
pip install -r requirements.txt

Folder Structure

This repo contains a folder for the exercise and demo shared in the lesson.

exercise_chatbot
  - starter
  - solution
demo_cot_llama2

About

Lesson repository for Introduction to LLMs (cd13317)

License:Other


Languages

Language:Jupyter Notebook 100.0%