An open API service indexing awesome lists of open source software.

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.

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)