rasbt-LLMs-from-scratch/ch04
2024-06-19 17:48:25 -05:00
..
01_main-chapter-code add main and optional sections 2024-06-19 17:48:25 -05:00
02_performance-analysis fixed num_workers (#229) 2024-06-19 17:36:46 -05:00
README.md add main and optional sections 2024-06-19 17:48:25 -05:00

Chapter 4: Implementing a GPT Model from Scratch to Generate Text

Main Chapter Code

### Optional Code

  • 02_performance-analysis contains optional code analyzing the performance of the GPT model(s) implemented in the main chapter.