karpathy / makemoreLinks
An autoregressive character-level language model for making more things
☆3,508Updated last year
Alternatives and similar repositories for makemore
Users that are interested in makemore are comparing it to the libraries listed below
Sorting:
- A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API☆14,078Updated last year
- ☆4,406Updated last year
- Video+code lecture on building nanoGPT from scratch☆4,607Updated last year
- Minimal, clean code for the Byte Pair Encoding (BPE) algorithm commonly used in LLM tokenization.☆10,217Updated last year
- Pure Python from-scratch zero-dependency implementation of Bitcoin for educational purposes☆1,854Updated 4 years ago
- Reproducing Yann LeCun 1989 paper "Backpropagation Applied to Handwritten Zip Code Recognition", to my knowledge the earliest real-world …☆700Updated last year
- The simplest, fastest repository for training/finetuning medium-sized GPTs.☆50,929Updated last month
- Neural Networks: Zero to Hero☆19,334Updated last year
- NanoGPT (124M) in 3 minutes☆3,947Updated this week
- Inference Llama 2 in one file of pure C☆19,032Updated last year
- A minimal PyTorch re-implementation of the OpenAI GPT (Generative Pretrained Transformer) training☆23,160Updated last year
- 🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.☆170Updated 3 years ago
- Notebooks and various random fun☆1,134Updated 2 years ago
- LLM training in simple, raw C/CUDA☆28,414Updated 5 months ago
- Solve puzzles. Improve your pytorch.☆3,841Updated last year
- llama3 implementation one matrix multiplication at a time☆15,199Updated last year
- arxiv-sanity lite: tag arxiv papers of interest get recommendations of similar papers in a nice UI using SVMs over tfidf feature vectors …☆1,425Updated 2 years ago
- ☆4,109Updated last year
- Minimalistic 4D-parallelism distributed training framework for education purpose☆1,923Updated 3 months ago
- Simple and efficient pytorch-native transformer text generation in <1000 LOC of python.