* Implement Llama 3.2

* Add Llama 3.2 files

* exclude IMDB link because stanford website seems down
This commit is contained in:
Sebastian Raschka
2024-10-05 07:52:15 -05:00
committed by GitHub
parent 8d6b25785d
commit 58c3bb3d9d
4 changed files with 6 additions and 2 deletions

View File

@@ -11,4 +11,4 @@
- [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
- [07_gpt_to_llama](07_gpt_to_llama) contains a step-by-step guide for converting a GPT architecture implementation to Llama and loads pretrained weights from Meta AI
- [07_gpt_to_llama](07_gpt_to_llama) contains a step-by-step guide for converting a GPT architecture implementation to Llama 3.2 and loads pretrained weights from Meta AI