https://github.com/eniompw/llama-from-scratch
Creating and Training Llama from Scratch
https://github.com/eniompw/llama-from-scratch
Last synced: about 1 year ago
JSON representation
Creating and Training Llama from Scratch
- Host: GitHub
- URL: https://github.com/eniompw/llama-from-scratch
- Owner: eniompw
- License: mit
- Created: 2023-08-25T18:57:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-25T21:16:43.000Z (almost 3 years ago)
- Last Synced: 2025-02-01T10:12:23.737Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 104 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Llama-from-Scratch
Creating and Training Llama from Scratch
* [Based on bkitano/llama-from-scratch](https://github.com/bkitano/llama-from-scratch)
* [PyTorch Save/Load](https://pytorch.org/tutorials/beginner/saving_loading_models.html#saving-loading-model-for-inference)