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

View File

@@ -10,4 +10,4 @@
- [03_bonus_pretraining_on_gutenberg](03_bonus_pretraining_on_gutenberg) contains code to pretrain the LLM longer on the whole corpus of books from Project Gutenberg
- [04_learning_rate_schedulers](04_learning_rate_schedulers) contains code implementing a more sophisticated training function including learning rate schedulers and gradient clipping
- [05_bonus_hparam_tuning](05_bonus_hparam_tuning) contains an optional hyperparameter tuning script
- [06_user_interface](06_user_interface) implements an interactive user interface to interact with the pretrained LLM