nemo_curator.stages.synthetic.nemo_data_designer.data_designer
nemo_curator.stages.synthetic.nemo_data_designer.data_designer
Module Contents
Classes
Data
API
Dataclass
Bases: ProcessingStage[DocumentBatch, DocumentBatch]
Data Designer stage.
This class provides a Data Designer stage. To request GPUs, use: DataDesignerStage(…).with_(resources=Resources(gpus=X)).
When verbose is False (default), NeMo Data Designer (NDD) log output is suppressed
(e.g. “Preview generation in progress”, “Preview complete!”) so the stage is less verbose.
Set verbose=True to see full NDD logging.
Optional model_providers: pass a list of :class:data_designer.config.models.ModelProvider
to use custom or test endpoints (e.g. a mock LLM server). If None, the default DataDesigner
providers are used.
config_builder
data_designer
data_designer_config_file
model_providers
verbose