Skip to content

Commit ce72a1a

Browse files
authored
Revise lesson links in README.md
Updated course lesson links to point to new resources.
1 parent c872a04 commit ce72a1a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ modal run -i -m autoDoc.train --training-type sft --use-unsloth
3838

3939
## 📖 Course Lessons
4040

41-
- **[Lesson 1: Introduction to LLM Fine-tuning](lessons/lesson-1-introduction.md)** - Fine-tuning fundamentals
42-
- **[Lesson 2: Data Preparation](lessons/lesson-2-data-preparation.md)** - Multi-language dataset preprocessing and prompt engineering
43-
- **[Lesson 3: Instruction Fine-tuning](lessons/lesson-3-sft.md)** - SFT implementation with Alpaca format, Modal infrastructure, and monitoring
44-
- **[Lesson 4: RL Fine-tuning](lessons/lesson-4-grpo.md)** - GRPO implementation, reward functions, and preference learning
45-
- **[Lesson 5: Evaluation and Comparison](lessons/lesson-5-evaluation.md)** - Automated metrics and model comparison
41+
- **[Lesson 1: Introduction to LLM Fine-tuning](https://fastbatch.substack.com/p/introduction-to-llm-post-training)** - LLM post-training fundamentals
42+
- **[Lesson 2: Data Preparation](https://fastbatch.substack.com/p/data-preparation-for-llm-finetuning)** - All you need to know to prepare data for finetuning
43+
- **[Lesson 3: Instruction Fine-tuning](https://fastbatch.substack.com/p/finetune-a-language-model-for-less)** - Learn about instruction finetuning, PEFT, LoRA, and finetuning on the cloud
44+
- **[Lesson 4: RL Fine-tuning]()** - RL training using GRPO
45+
- **[Lesson 5: Evaluation and Comparison]()** - Automated metrics and model comparison
4646

4747
## 📊 Results
4848

0 commit comments

Comments
 (0)