rasbt-LLMs-from-scratch/ch06
Sebastian Raschka 8cfa52bf1d
More pythonic way to find the longest sequence (#512)
* More pythonic way to find the longest sequence

* pep8 fix
2025-02-01 10:22:47 -06:00
..
01_main-chapter-code More pythonic way to find the longest sequence (#512) 2025-02-01 10:22:47 -06:00
02_bonus_additional-experiments More pythonic way to find the longest sequence (#512) 2025-02-01 10:22:47 -06:00
03_bonus_imdb-classification More pythonic way to find the longest sequence (#512) 2025-02-01 10:22:47 -06:00
04_user_interface Fix truncation issue in classify_review function (#373) 2024-09-25 19:54:36 -05:00
README.md Update bonus section formatting (#400) 2024-10-12 10:26:08 -05:00

Chapter 6: Finetuning for Classification

 

Main Chapter Code

 

Bonus Materials