Tutorials
These tutorials demonstrate how to build Data Designer configurations and execute them through the NeMo Data Designer plugin.
Configuration and Execution
Data Designer separates configuration (building dataset schemas) from execution (generating the data).
Part 1: Build Configs (Library)
Use data_designer.config to define your dataset. See the library documentation for comprehensive guides on column types, constraints, and processors.
Part 2: Execute (Plugin)
Run the configuration with the CLI or SDK:
Prerequisites
Complete Setup to ensure you have the NeMo Services running locally and an inference provider available.
These tutorials reference the default NVIDIA Build model provider, which is created as default/nvidia-build during setup.
Tutorials
Generate a product review dataset using samplers and LLM-generated text. Learn the fundamentals of building configurations and executing jobs.
beginner data-designerUse external datasets to ground synthetic data generation. Generate realistic patient medical notes from symptom-to-diagnosis data.
intermediate data-designerTurn your own document corpus into judged question-and-answer pairs, ready for embedding fine-tuning. Hard-negative mining uses the current encoder to select non-answer passages that rank near each positive, giving the model useful examples to distinguish.
intermediate data-designer retrieval