-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
1,589 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
mkdocs>=1.2.2 | ||
mkdocs-material>=7.1.11 | ||
mkdocs-static-i18n>=0.18 | ||
mkdocs-same-dir>=0.1.3 | ||
mkdocs-same-dir>=0.1.3 | ||
mkdocs-jupyter>=0.16.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Session 4 - Training and Evaluating LLMs On Custom Datasets | ||
|
||
<p align="center"><img src="../images/home_page/Session%204.png" alt="Session 4"/></p> | ||
|
||
This session aims to equip you with the knowledge to train Large Language Models (LLMs) by exploring techniques like unsupervised pretraining and supervised fine-tuning with various preference optimization methods. It will also cover efficient fine-tuning techniques, retrieval-based approaches, and language agent fine-tuning. Additionally, the session will discuss LLM training frameworks and delve into evaluation methods for LLMs, including evaluation-driven development and using LLMs for evaluation itself. | ||
|
||
This session is aimed to help: | ||
|
||
* People who are already familiar basics of LLMs and Transformers | ||
* People who already knows how to use pre-trained LLMs prompt engineering and RAG | ||
* People who want train or finetune their own LLMs on custom data. | ||
* People who want to lear how to evaluate LLMs | ||
|
||
## Outline | ||
|
||
### Part 1: Training Foundational LLMs | ||
|
||
Coming soon... | ||
|
||
### Part 2: [Finetuning LMs To Human Preferences](part_2_finetuning_lms_to_human_preferences/RLHF.ipynb) | ||
|
||
#### Details | ||
|
||
* Date: 14 March, 2024 | ||
* Speaker: [Abhor Gupta](https://in.linkedin.com/in/abhor-gupta-565386145) | ||
* Location: [Infocusp Innovations LLP](https://www.infocusp.com/) | ||
|
||
#### Material | ||
|
||
* Recording: TODO | ||
|
||
### Part 3: LLM Training Frameworks | ||
|
||
Coming soon... |
Oops, something went wrong.