mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
ch07 fixes (#204)
* updated .gitginore for ch07 * fixed extract_response()
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -16,6 +16,8 @@ ch05/01_main-chapter-code/the-verdict.txt
|
||||
ch06/01_main-chapter-code/loss-plot.pdf
|
||||
ch06/01_main-chapter-code/accuracy-plot.pdf
|
||||
|
||||
ch07/01_main-chapter-code/loss-plot.pdf
|
||||
|
||||
# Checkpoint files
|
||||
appendix-A/01_main-chapter-code/model.pth
|
||||
appendix-E/01_main-chapter-code/gpt2
|
||||
@@ -30,6 +32,8 @@ ch06/01_main-chapter-code/gpt2
|
||||
ch06/02_bonus_additional-experiments/gpt2
|
||||
ch06/03_bonus_imdb-classification/gpt2
|
||||
|
||||
ch07/01_main-chapter-code/gpt2-medium355M-sft.pth
|
||||
|
||||
# Datasets
|
||||
appendix-E/01_main-chapter-code/sms_spam_collection.zip
|
||||
appendix-E/01_main-chapter-code/sms_spam_collection
|
||||
|
||||
Reference in New Issue
Block a user