Add chatpgpt-like user interface (#360)

* Add chatpgpt-like user interface

* fixes
This commit is contained in:
Sebastian Raschka
2024-09-17 08:26:44 -05:00
committed by GitHub
parent b4f72812ed
commit ea9b4e83a4
9 changed files with 670 additions and 2 deletions

5
.gitignore vendored
View File

@@ -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