Skip to content

Commit 6e7885b

Browse files
committed
added LLM readme - Adithya S K
1 parent 890ddb2 commit 6e7885b

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

LLM/README.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Large Language Models (LLMs)
2+
3+
Welcome to the Large Language Models section of the AI Engineering Academy! This module is designed to provide you with a comprehensive understanding of LLMs and their applications in AI engineering.
4+
5+
## Module Overview
6+
7+
In this section, we'll dive deep into various aspects of Large Language Models:
8+
9+
1. **LLM Architectures**
10+
11+
- Explore different LLM architectures:
12+
- Llama2
13+
- Mistral-7b
14+
- Mixtral
15+
- Gemma
16+
- Llama3 (upcoming)
17+
18+
2. **Fine-tuning Techniques**
19+
20+
- Learn and implement fine-tuning strategies for various LLMs
21+
- Understand advanced techniques like LoRA (Low-Rank Adaptation)
22+
23+
3. **Model Architecture Deep Dives**
24+
25+
- Analyze the architecture of popular models
26+
- Understand parameter counting and model scaling
27+
28+
4. **Specialized LLMs**
29+
30+
- Explore Code LLama for code-related tasks
31+
- Introduction to Visual Language Models (VLMs) like Florence2 and PaliGemma
32+
33+
5. **Practical Implementation**
34+
35+
- Hands-on experience with notebooks for each LLM
36+
- Learn to generate responses and implement inference pipelines
37+
38+
6. **Advanced Topics**
39+
- Understand DPO (Direct Preference Optimization) fine-tuning
40+
- Explore SFT (Supervised Fine-Tuning) techniques
41+
42+
By the end of this module, you'll have a solid understanding of various LLM architectures, fine-tuning techniques, and practical implementation skills to work with these powerful models.
43+
44+
Happy learning and exploring the world of Large Language Models!

0 commit comments

Comments
 (0)