#7 · Primary category: Synthetic Data Generation
DataDesigner
🎨 NeMo Data Designer: Generate high-quality synthetic data from scratch or from seed data.
Project last updated:08/28/26
GitHub Stars
2.2K
Forks
202
Contributors
25
License
Apache-2.0
Why we included this project
When your training runs stall because you can't get enough varied, well-structured examples, DataDesigner is worth trying. It is a configurable pipeline rather than a thin wrapper around an LLM prompt: statistical samplers, seed data, and language models combine to produce datasets with the distributions and field correlations your workload actually needs. Validators written in Python or SQL (or your own custom checks) plus an LLM-as-a-judge scoring pass catch bad rows before they reach a downstream run, and preview mode lets you refine the recipe before committing tokens to a full generation. The async engine runs independent columns in parallel and adapts concurrency per provider and model, so most pipelines get faster without config changes. It sits between ad-hoc scripts and heavyweight data platforms, which is exactly where many teams end up.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
SDV
Synthetic data generation for tabular data
distilabel
Distilabel is a framework for synthetic data and AI feedback for engineers who need fast, reliable and scalable pipelines based on verified research papers.
kubric
A data generation pipeline for creating semi-realistic synthetic multi-object videos with rich annotations such as instance segmentation masks, depth maps, and optical flow.
synthetic-data-generator
SDG is a specialized framework designed to generate high-quality structured tabular data.
UltraChat
Large-scale, Informative, and Diverse Multi-round Chat Data (and Models)