-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_toc.yml
31 lines (29 loc) · 1.21 KB
/
_toc.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Table of contents
# Learn more at https://jupyterbook.org/customize/toc.html
format: jb-book
root: intro
parts:
- caption: Session 01
chapters:
- url: https://github.com/SkillSurf/introduction_genAI/blob/main/slides/Attention%20Basics.pdf
title: Slides on Attention & Transformers
- url: https://github.com/SkillSurf/introduction_genAI/blob/main/slides/LLMs.pdf
title: Slides on LLMs
- file: notebooks/S1/Session1.md
title: Building nanoGPT
sections:
- url: https://github.com/SkillSurf/introduction_genAI/blob/main/slides/nanoGPT.pdf
title: Slides on nanoGPT
- file: notebooks/S1/Session_1_1.ipynb
- file: notebooks/S1/Session_1_2.ipynb
- file: notebooks/S1/Session_1_3.ipynb
- file: notebooks/S1/Session_1_4.ipynb
- file: notebooks/S1/Session_1_5.ipynb
- file: notebooks/S1/Session_1_6.ipynb
- caption: Session 02
chapters:
- url: https://github.com/SkillSurf/introduction_genAI/blob/main/slides/GenAI_June_2024.pdf
title: Slides on image generation
- url: https://github.com/SkillSurf/introduction_genAI/blob/main/slides/finetuning%20SDXL.pdf
title: Slides on finetuning
- file: notebooks/S2/Session_2_1.ipynb