transformers vs LLMs-from-scratch
A neutral, constraint-first comparison - live GitHub stats and typed relationships, not marketing.
| transformers | LLMs-from-scratch | |
|---|---|---|
| Tagline | 🤗 Transformers: the model-definition framework for state-of-the-art machine learning models | Implement a ChatGPT-like LLM in PyTorch from scratch |
| Stars | 162k | 99k |
| Forks | 34k | 15k |
| Open issues | 2.5k | 4 |
| Language | Python | Jupyter Notebook |
| License | Apache-2.0 | Other |
| Last pushed | Jul 7, 2026 | Jun 2, 2026 |
| Categories | Data & Retrieval, Model Training, LLM Frameworks | Model Training, LLM Frameworks |
transformers
Repo hosts a Python library and framework for NLP, text, audio, vision, multimodal AI model creation, training and inference using PyTorch.
Python
LLMs-from-scratch
Repository containing code and instructions for developing, pretraining, and finetuning a GPT-like large language model (LLM) using PyTorch.
Jupyter Notebook