We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e6efc0 commit 7eab0c8Copy full SHA for 7eab0c8
1 file changed
src/data_designer/config/config_builder.py
@@ -568,7 +568,8 @@ def with_seed_dataset(
568
569
This method sets the seed dataset for the configuration and automatically creates
570
SeedDatasetColumnConfig objects for each column found in the dataset. The column
571
- names are fetched from the dataset source (Hugging Face Hub or NeMo Microservices Datastore).
+ names are fetched from the dataset source, which can be the Hugging Face Hub, the
572
+ NeMo Microservices Datastore, or in the case of direct library usage, a local file.
573
574
Args:
575
dataset_reference: Seed dataset reference for fetching from the datastore.
0 commit comments