mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
fixes for code (#206)
* updated .gitignore * removed unused GELU import * fixed model_configs, fixed all tensors on same device * removed unused tiktoken * update * update hparam search * remove redundant tokenizer argument --------- Co-authored-by: rasbt <mail@sebastianraschka.com>
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -20,6 +20,7 @@ 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
|
||||
|
||||
ch05/01_main-chapter-code/gpt2/
|
||||
@@ -33,6 +34,7 @@ ch06/02_bonus_additional-experiments/gpt2
|
||||
ch06/03_bonus_imdb-classification/gpt2
|
||||
|
||||
ch07/01_main-chapter-code/gpt2-medium355M-sft.pth
|
||||
ch07/01_main-chapter-code/gpt2/
|
||||
|
||||
# Datasets
|
||||
appendix-E/01_main-chapter-code/sms_spam_collection.zip
|
||||
|
||||
Reference in New Issue
Block a user