Quick Notes on (Open) Large Langue Models (LLMs) and Generative A.I. Programming (& Prompting)
The Biggies
USA
- GPT (@ chatgpt.com) by OpenAI or via Bing (Chat) @ bing.com/chat
- Claude (@ claude.ai) by Anthropic
- Gemini (@ gemini.google.com) by Google
Germany
- Luminous by Aleph Alpha (app.aleph-alpha.com)
USA
- Llama (llama.com) by Meta (Facebook)
- @ Hugging Face Meta Llama Models
- @ Ollama Llama 3.1, Llama 3.2, and others
- Gemma by Google
- @ Hugging Face Google Models
- @ Ollama Gemma, Gemma 2, and others
France
- Mistral by Mistral AI (mistral.ai)
- @ Hugging Face Mistral AI Models
- @ Ollama Mistral, Mixtral, and others
More Open LLMs
- Models @ Ollama
- Open LLM Leaderboard (V2) @ Hugging Face
- Open LLM Leaderboard Archive (V1) @ Hugging Face - ran from April 2023 to June 2024
- List of Open LLMs by Eugene Yan
More LLMS
- Foundation Model Transparency Index @ Stanford University by Center for Research on Foundation Models (aka LLMs)
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
The Unreasonable Effectiveness of Recurrent Neural Networks by Andrej Karpathy, May 2015
Attention Is All You Need by Ashish Vaswani et al, Jun 2017
Awesome Generative AI by Steven Van Vaerenbergh
Awesome ChatGPT Prompts by Fatih Kadir Akın; all prompts as a tabular dataset in prompts.csv