Skip to content

skanderkaroui/makemore_code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Overview

Welcome to my implementation of a Transformer-based language model, inspired by Andrej Karpathy's YouTube series. This project will evolve from a basic bigram character-level language model into a sophisticated modern Transformer model, similar to GPT.
Here's the YouTube link for anyone interested: Andrej Karpathy's YouTube series

Project Structure

  • makemore_1.ipynb: This notebook contains the initial implementation of a bigram character-level language model. Here, I explore the fundamental concepts and set the stage for more complex models in subsequent notebooks.

Getting Started

To get started with the project, clone the repository and navigate to the makemore_1.ipynb notebook to understand the basics of bigram character-level language modeling. Follow along with the series to see the progression and enhancements made to the model.

Requirements

Ensure you have the necessary libraries installed. You can install the required packages by running:

pip install -r requirements.txt

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published