EXDai commited on
Commit
1eea819
·
verified ·
1 Parent(s): 0974bd3

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +15 -20
README.md CHANGED
@@ -15,28 +15,17 @@ A deep dive into AI engineering — fine-tuning, architectures, inference optimi
15
 
16
  ---
17
 
18
- ## 🌐 Where to find us
19
-
20
- | Platform | Link |
21
- |----------|------|
22
- | **📺 YouTube** | [EXD YouTube Channel](https://youtube.com/@EXD-ai) |
23
- | **💻 GitHub** | [github.com/Ramshreyas/EXD](https://github.com/Ramshreyas/EXD) |
24
- | **🏗️ Creator** | [@EXDai on HF](https://huggingface.co/EXDai) |
25
- | **📚 Collection** | [Browse all EXD artifacts](https://huggingface.co/collections/EXD-AI/EXD-AI/exd-self-directed-phd-in-ai-6a3bbd3cbac6d838d3c749e2) |
26
-
27
- ---
28
-
29
  ## 🗺️ Episodes
30
 
31
- | # | Title | Article | Interactive |
32
- |---|-------|---------|-------------|
33
- | 01 | Intro to EXD | — | — |
34
- | 02 | Setup & First Inference | [📖 GitHub](https://github.com/Ramshreyas/EXD/blob/main/episodes/Ep02/ep2-setup-and-first-inference.md) | — |
35
- | 03 | Inference Benchmarking | [📖 GitHub](https://github.com/Ramshreyas/EXD/blob/main/episodes/Ep03/ep3-inference-benchmarking.md) | [🚀 Simulator](https://huggingface.co/spaces/EXD-AI/inference-simulator) |
36
- | 04 | Performance Tuning | [📖 GitHub](https://github.com/Ramshreyas/EXD/blob/main/episodes/Ep04/ep4-inference-benchmarking-continued.md) | [🚀 Simulator v2](https://huggingface.co/spaces/EXD-AI/inference-simulator-v2) |
37
- | 05 | Speculative Decoding | [📖 GitHub](https://github.com/Ramshreyas/EXD/blob/main/episodes/Ep05/shownotes.md) | [⚡ Spec Decode](https://huggingface.co/spaces/EXD-AI/speculative-decoding-simulator) |
38
- | 06 | *coming soon* | — | — |
39
- | 07 | Tokenization & Embeddings | [📖 GitHub](https://github.com/Ramshreyas/EXD/blob/main/episodes/Ep07/tokenization_and_embeddings.ipynb) | [🔤 Notebook](https://huggingface.co/datasets/EXD-AI/episode-07-tokenization) |
40
 
41
  ---
42
 
@@ -51,6 +40,12 @@ A deep dive into AI engineering — fine-tuning, architectures, inference optimi
51
 
52
  ---
53
 
 
 
 
 
 
 
54
  ## 🛠️ Focus Areas
55
 
56
  - Model fine-tuning (LoRA, QLoRA, RLHF/DPO)
 
15
 
16
  ---
17
 
 
 
 
 
 
 
 
 
 
 
 
18
  ## 🗺️ Episodes
19
 
20
+ | # | Title | Video | Interactive | Article |
21
+ |---|-------|-------|-------------|---------|
22
+ | 01 | Intro to EXD | [📺 Watch](https://youtu.be/mUFNk2yOblc) | — | — |
23
+ | 02 | Setup & First Inference | [📺 Watch](https://youtu.be/pPboQK6hXBw) | — | [📖 GitHub](https://github.com/Ramshreyas/EXD/blob/main/episodes/Ep02/ep2-setup-and-first-inference.md) |
24
+ | 03 | Inference Benchmarking | [📺 Watch](https://youtu.be/BwMJo25iK9A) | [🚀 Simulator](https://huggingface.co/spaces/EXD-AI/inference-simulator) | [📖 GitHub](https://github.com/Ramshreyas/EXD/blob/main/episodes/Ep03/ep3-inference-benchmarking.md) |
25
+ | 04 | Performance Tuning | [📺 Watch](https://youtu.be/jUDci02mTOM) | [🚀 Sim v2](https://huggingface.co/spaces/EXD-AI/inference-simulator-v2) | [📖 GitHub](https://github.com/Ramshreyas/EXD/blob/main/episodes/Ep04/ep4-inference-benchmarking-continued.md) |
26
+ | 05 | Speculative Decoding | [📺 Watch](https://youtu.be/ip8G_ukhI7E) | [⚡ Spec Decode](https://huggingface.co/spaces/EXD-AI/speculative-decoding-simulator) | [📖 GitHub](https://github.com/Ramshreyas/EXD/blob/main/episodes/Ep05/shownotes.md) |
27
+ | 06 | *coming soon* | [📺 Watch](https://youtu.be/bFWP2QDxAAU) | — | — |
28
+ | 07 | Tokenization & Embeddings | [📺 Watch](https://youtu.be/E03MyfzUsJI) | [🔤 Notebook](https://huggingface.co/datasets/EXD-AI/episode-07-tokenization) | [📖 GitHub](https://github.com/Ramshreyas/EXD/blob/main/episodes/Ep07/tokenization_and_embeddings.ipynb) |
29
 
30
  ---
31
 
 
40
 
41
  ---
42
 
43
+ ## 🌐 Links
44
+
45
+ 📺 [YouTube Channel](https://youtube.com/@EXD-ai) · 💻 [GitHub](https://github.com/Ramshreyas/EXD) · 🏗️ [@EXDai](https://huggingface.co/EXDai) · 📚 [Collection](https://huggingface.co/collections/EXD-AI/EXD-AI/exd-self-directed-phd-in-ai-6a3bbd3cbac6d838d3c749e2)
46
+
47
+ ---
48
+
49
  ## 🛠️ Focus Areas
50
 
51
  - Model fine-tuning (LoRA, QLoRA, RLHF/DPO)