transformers vs reasoning-from-scratch

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

transformersreasoning-from-scratch
Tagline🤗 Transformers: the model-definition framework for state-of-the-art machine learning modelsImplement a reasoning LLM in PyTorch from scratch, step by step
Stars162k4.7k
Forks34k699
Open issues2.5k2
LanguagePythonJupyter Notebook
LicenseApache-2.0Apache-2.0
Last pushedJul 7, 2026Jul 6, 2026
CategoriesData & Retrieval, Model Training, LLM FrameworksLLM Frameworks, Model Training

transformers

Repo hosts a Python library and framework for NLP, text, audio, vision, multimodal AI model creation, training and inference using PyTorch.

Python

reasoning-from-scratch

Repository containing code and resources for building a large language model with reasoning capabilities using PyTorch. Aimed at educational purposes to understand how reasoning models operate.

Jupyter Notebook