mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
distinguish better between main chapter code and bonus materials
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
# Chapter 7: Finetuning to Follow Instructions
|
||||
|
||||
In progress ...
|
||||
## Main Chapter Code
|
||||
|
||||
- [01_main-chapter-code](01_main-chapter-code) contains the main chapter code and exercise solutions
|
||||
|
||||
## Bonus Materials
|
||||
|
||||
- [02_dataset-utilities](02_dataset-utilities) contains utility code that can be used for preparing an instruction dataset.
|
||||
|
||||
- [03_model-evaluation](03_model-evaluation) contains utility code for evaluating instruction responses using a local Llama 3 model and the GPT-4 API.
|
||||
|
||||
Reference in New Issue
Block a user