You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configuration layer for NVIDIA DataDesigner synthetic data generation framework.
3
+
Configuration layer for NeMo Data Designer synthetic data generation framework.
4
4
5
5
This package provides the configuration API for defining synthetic data generation pipelines. It's a lightweight dependency that can be used standalone for configuration management.
6
6
@@ -10,55 +10,39 @@ This package provides the configuration API for defining synthetic data generati
10
10
pip install data-designer-config
11
11
```
12
12
13
-
## Features
14
-
15
-
- Configuration builder API (`DataDesignerConfigBuilder`)
Generation engine for NVIDIA DataDesigner synthetic data generation framework.
3
+
Generation engine for NeMo Data Designer synthetic data generation framework.
4
4
5
-
This package contains the execution engine that powers DataDesigner. It depends on `data-designer-config` and includes heavy dependencies like pandas, numpy, and LLM integration via litellm.
5
+
This package contains the execution engine that powers Data Designer. It depends on `data-designer-config` and includes heavy dependencies like pandas, numpy, and LLM integration via litellm.
Complete NVIDIA DataDesigner framework for synthetic data generation.
3
+
Complete NeMo Data Designer framework for synthetic data generation.
4
4
5
-
This is the full installation including the CLI, interface layer, and all dependencies. For lightweight installations, consider `data-designer-config` (config only) or `data-designer-engine` (config + engine).
5
+
This is the full installation including the CLI, interface layer, and all dependencies.
6
6
7
7
## Installation
8
8
@@ -15,57 +15,4 @@ This installs all three packages:
0 commit comments