Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions packages/tasks/src/dataset-libraries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@ export const DATASET_LIBRARIES_UI_ELEMENTS = {
repoUrl: "https://github.com/duckdb/duckdb",
docsUrl: "https://huggingface.co/docs/hub/datasets-duckdb",
},
datadesigner: {
prettyLabel: "NeMo Data Designer",
repoName: "datadesigner",
repoUrl: "https://github.com/NVIDIA-NeMo/DataDesigner",
docsUrl: "https://nvidia-nemo.github.io/DataDesigner/",
},
} satisfies Record<string, DatasetLibraryUiElement>;

/// List of the dataset libraries supported by the Hub
Expand Down
Loading