rasbt-LLMs-from-scratch/ch07
2024-07-17 07:38:25 -05:00
..
01_main-chapter-code explain extra padding token 2024-07-17 07:38:25 -05:00
02_dataset-utilities fix typos, add codespell pre-commit hook (#264) 2024-07-16 07:07:04 -05:00
03_model-evaluation add spearman and kendall-tau analysis 2024-07-02 07:55:32 -05:00
04_preference-tuning-with-dpo Update README.md 2024-06-23 08:25:01 -05:00
05_dataset-generation minor fixes (#246) 2024-06-25 17:30:30 -05:00
README.md Generating a synthetic dataset for instruction finetuning (#245) 2024-06-23 21:48:25 -05:00

Chapter 7: Finetuning to Follow Instructions

Main Chapter Code

Bonus Materials