rasbt-LLMs-from-scratch/ch05
Sebastian Raschka cf0df54d7d
Show epochs as integers on x-axis (#241)
* Show epochs as integers on x-axis

* Update ch07/01_main-chapter-code/previous_chapters.py

* remove extra s

* modify exercise plots

* update chapter 7 plot

* resave ch07 for better file diff
2024-06-23 07:41:25 -05:00
..
01_main-chapter-code Show epochs as integers on x-axis (#241) 2024-06-23 07:41:25 -05:00
02_alternative_weight_loading fixed num_workers (#229) 2024-06-19 17:36:46 -05:00
03_bonus_pretraining_on_gutenberg Show epochs as integers on x-axis (#241) 2024-06-23 07:41:25 -05:00
04_learning_rate_schedulers Add and link bonus material (#84) 2024-03-23 07:27:43 -05:00
05_bonus_hparam_tuning fixed num_workers (#229) 2024-06-19 17:36:46 -05:00
README.md distinguish better between main chapter code and bonus materials 2024-06-11 21:07:42 -05:00

Chapter 5: Pretraining on Unlabeled Data

Main Chapter Code

Bonus Materials