mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
6 lines
566 B
Markdown
6 lines
566 B
Markdown
# Chapter 5: Pretraining on Unlabeled Data
|
|
|
|
- [01_main-chapter-code](01_main-chapter-code) contains the main chapter code
|
|
- [02_alternative_weight_loading](02_alternative_weight_loading) contains code to load the GPT model weights from alternative places in case the model weights become unavailable from OpenAI
|
|
- [03_bonus_pretraining_on_gutenberg](03_bonus_pretraining_on_gutenberg) contains code to pretrain the LLM longer on the whole corpus of books from Project Gutenberg
|
|
- [04_hparam_tuning](04_hparam_tuning) contains an optional hyperparameter tuning script |