prompts.chat vs train-llm-from-scratch

A neutral, constraint-first comparison - live GitHub stats and typed relationships, not marketing.

prompts.chattrain-llm-from-scratch
TaglineThe world's largest open-source prompt library for AIA method for training a Large Language Model (LLM) from scratch using Python.
Stars165k8.1k
Forks21k1.1k
Open issues592
LanguageHTMLPython
LicenseOtherMIT
Last pushedJul 7, 2026Jun 24, 2026
CategoriesLLM Frameworks, Developer ToolsModel Training, LLM Frameworks

prompts.chat

A repository for sharing and discovering AI prompts, primarily for ChatGPT but also compatible with other models. Originally known as Awesome ChatGPT Prompts.

HTML

train-llm-from-scratch

Repository offering scripts to train LLMs using PyTorch, detailing the process from raw text to aligned model with every part implemented manually from basic neural networks through transformer architecture, up to supervised fine-tuning methods.

Python