DataDreamer vs LLMs-from-scratch
A neutral, constraint-first comparison - live GitHub stats and typed relationships, not marketing.
| DataDreamer | LLMs-from-scratch | |
|---|---|---|
| Tagline | Prompt. Generate Synthetic Data. Train & Align Models. | Implement a ChatGPT-like LLM in PyTorch from scratch |
| Stars | 1.1k | 99k |
| Forks | 59 | 15k |
| Open issues | 5 | 4 |
| Language | Python | Jupyter Notebook |
| License | MIT | Other |
| Last pushed | Feb 2, 2025 | Jun 2, 2026 |
| Categories | Model Training, LLM Frameworks | Model Training, LLM Frameworks |
DataDreamer
DataDreamer is an open-source Python library for prompting, synthetic data generation, and training workflows designed to be simple, efficient, and research-grade.
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