mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
Add chatpgpt-like user interface (#360)
* Add chatpgpt-like user interface * fixes
This commit is contained in:
committed by
GitHub
parent
b4f72812ed
commit
ea9b4e83a4
5
.gitignore
vendored
5
.gitignore
vendored
@@ -33,6 +33,7 @@ ch05/02_alternative_weight_loading/checkpoints
|
||||
ch05/01_main-chapter-code/model.pth
|
||||
ch05/01_main-chapter-code/model_and_optimizer.pth
|
||||
ch05/03_bonus_pretraining_on_gutenberg/model_checkpoints
|
||||
ch05/06_user_interface/gpt2
|
||||
|
||||
ch06/01_main-chapter-code/gpt2
|
||||
ch06/02_bonus_additional-experiments/gpt2
|
||||
@@ -88,6 +89,10 @@ ch07/02_dataset-utilities/instruction-examples-modified.json
|
||||
ch07/04_preference-tuning-with-dpo/gpt2-medium355M-sft.pth
|
||||
ch07/04_preference-tuning-with-dpo/loss-plot.pdf
|
||||
|
||||
# Other
|
||||
ch05/06_user_interface/chainlit.md
|
||||
ch05/06_user_interface/.chainlit
|
||||
|
||||
# Temporary OS-related files
|
||||
.DS_Store
|
||||
|
||||
|
||||
Reference in New Issue
Block a user