LLMs-from-scratch/ch06
Daniel Kleine e95c898545
Some checks failed
Check hyperlinks / test (push) Has been cancelled
Spell Check / spellcheck (push) Has been cancelled
PEP8 Style checks / flake8 (push) Has been cancelled
Fixed command for row 16 additional experiment (#439)
* fixed command for row 16 experiment

* Update README.md

---------

Co-authored-by: Sebastian Raschka <mail@sebastianraschka.com>
2024-11-17 06:50:00 +09:00
..
01_main-chapter-code Add utility to prevent double execution of certain cells (#437) 2024-11-14 19:56:49 +09:00
02_bonus_additional-experiments Fixed command for row 16 additional experiment (#439) 2024-11-17 06:50:00 +09:00
03_bonus_imdb-classification Add mean pooling experiment to classifier bonus experiments (#406) 2024-10-20 11:04:18 -05: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