Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LLAMA

This is an implementation of the llama paper released by Meta Feb 2023 https://arxiv.org/abs/2302.13971.

In this repo, I implemented the entire LLama architecture from scratch and trained the model on different sizes of tokens to see the performance of the loss relative to the number of tokens used for training.

Token sizes used were: 50m, 100m, 200m, and 385m respectively.

The model configuration was the same for each token size.

Llama 14m - 50m tokens

download

14 million parameter LLama model trained on 50 million tokens for 1500 epochs.

LLama 15m - 200m tokens

download

15 million parameter model trained on 200 million tokens for 1500 epochs achieving a loss of 5.422 using the tiktoken GPT-4 tokenizer

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages