mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
Llama 3 (#384)
* Implement Llama 3.2 * Add Llama 3.2 files * exclude IMDB link because stanford website seems down
This commit is contained in:
committed by
GitHub
parent
8d6b25785d
commit
58c3bb3d9d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user