Skip to content

Latest commit

 

History

History
87 lines (43 loc) · 2.79 KB

README.md

File metadata and controls

87 lines (43 loc) · 2.79 KB

llms.quick

Quick Notes on (Open) Large Langue Models (LLMs) and Generative A.I. Programming (& Prompting)

LLMs

The Biggies

Closed

USA

Germany

Open (Weights & Biases)

USA

France

More Open LLMs

More LLMS

Build (& Train) Your Own

minGPT by Andrej Karpathy - a minimal PyTorch re-implementation of the OpenAI GPT (Generative Pretrained Transformer) training

nanoGPT by Andrej Karpathy - the simplest, fastest repository for training/finetuning medium-sized GPTs

Articles

The Unreasonable Effectiveness of Recurrent Neural Networks by Andrej Karpathy, May 2015

(Classic) Papers

Attention Is All You Need by Ashish Vaswani et al, Jun 2017

More Awesome Awesomeness

Awesome Generative AI by Steven Van Vaerenbergh

Awesome ChatGPT Prompts by Fatih Kadir Akın; all prompts as a tabular dataset in prompts.csv