File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @huggingface/tasks" ,
33 "packageManager" : " pnpm@10.10.0" ,
4- "version" : " 0.19.66 " ,
4+ "version" : " 0.19.67 " ,
55 "description" : " List of ML tasks for huggingface.co/tasks" ,
66 "repository" : " https://github.com/huggingface/huggingface.js.git" ,
77 "publishConfig" : {
Original file line number Diff line number Diff line change @@ -83,6 +83,12 @@ export const DATASET_LIBRARIES_UI_ELEMENTS = {
8383 repoUrl : "https://github.com/duckdb/duckdb" ,
8484 docsUrl : "https://huggingface.co/docs/hub/datasets-duckdb" ,
8585 } ,
86+ datadesigner : {
87+ prettyLabel : "NeMo Data Designer" ,
88+ repoName : "datadesigner" ,
89+ repoUrl : "https://github.com/NVIDIA-NeMo/DataDesigner" ,
90+ docsUrl : "https://nvidia-nemo.github.io/DataDesigner/" ,
91+ } ,
8692} satisfies Record < string , DatasetLibraryUiElement > ;
8793
8894/// List of the dataset libraries supported by the Hub
You can’t perform that action at this time.
0 commit comments