Llama

Llama

Category: Language Models
Framework: PyTorch
Dataset: TinyShakespeare
Created: April 20, 2025

Overview

From scratch implementation of Llama

Technical Details

  • Framework: PyTorch
  • Dataset: TinyShakespeare
  • Category: Language Models

Implementation Details

I implemented Llama using Pytorch on the tineshakespeare dataset.

LLaMA: Open and Efficient Foundation Language Models.

Datasets

tinyshakespeare: Link

Frameworks:

Pytorch

Source Code

๐Ÿ“ GitHub Repository: Llama

View the complete implementation, training scripts, and documentation on GitHub.