https://github.com/es7/llama-from-scratch
In this repository, I have explained the working of the LLaMA Model, provided the code for building it from scratch, and demonstrated how to train it.
https://github.com/es7/llama-from-scratch
deep-learning llama llama2 llms machine-learning metaai natural-language-processing
Last synced: about 1 year ago
JSON representation
In this repository, I have explained the working of the LLaMA Model, provided the code for building it from scratch, and demonstrated how to train it.
- Host: GitHub
- URL: https://github.com/es7/llama-from-scratch
- Owner: ES7
- License: mit
- Created: 2024-06-18T14:53:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T15:29:30.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T09:00:34.900Z (over 1 year ago)
- Topics: deep-learning, llama, llama2, llms, machine-learning, metaai, natural-language-processing
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LLaMA-from-Scratch
Read my articles for a detailed explanation: [How LLaMA Works](https://medium.com/@sayedebad.777/mastering-llama-a-deep-dive-into-meta-ais-revolutionary-model-07886186480b) ; [Build a LLaMA Model from Scratch](https://medium.com/@sayedebad.777/building-llama-from-scratch-a-step-by-step-guide-d1922b0670c1) and [Train a LLaMA Model](https://medium.com/@sayedebad.777/training-the-llama-model-from-scratch-4100d35fa622)