diff --git a/README.md b/README.md index cd27722..f50c8e7 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ - [1. Building Blocks](#1-building-blocks) - [2. Setup External Services](#2-setup-external-services) - [3. Install & Usage](#3-install--usage) +- [4. Video lectures](#4-video-lectures) ------ @@ -96,3 +97,24 @@ Now run the notebook server: ```shell jupyter notebook notebooks/ --ip 0.0.0.0 --port 8888 ``` + +## 4. Video lectures + +### 4.0 Intro to the course + +
+ +

Click here to watch the video 🎬

+ Intro to the course +
+
+ + +### 4.1 Fine-tuning our open-source LLM + +
+ +

Click here to watch the video 🎬

+ Intro to the course +
+
\ No newline at end of file diff --git a/media/youtube_thumbnails/00_intro.png b/media/youtube_thumbnails/00_intro.png new file mode 100644 index 0000000..83b5658 Binary files /dev/null and b/media/youtube_thumbnails/00_intro.png differ diff --git a/media/youtube_thumbnails/01_fine_tuning_pipeline_overview.png b/media/youtube_thumbnails/01_fine_tuning_pipeline_overview.png new file mode 100644 index 0000000..02bd6ed Binary files /dev/null and b/media/youtube_thumbnails/01_fine_tuning_pipeline_overview.png differ