Created
July 23, 2023 17:02
-
-
Save iamaziz/171170dce60d9cd07fab221507fd1d52 to your computer and use it in GitHub Desktop.
Building a large language model (LLM) from scratch (for learning and fun - inspired by Llama2).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You'll definitely get to know the structure of any model, such as Mistral, but obviously, you won't get the accuracy because SOTA models such as Mistral, Zephyr, Phi, Llama, etc are trained on a large amount of data which takes days of training on high end GPU's.