File tree 2 files changed +19
-1
lines changed
2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This package contains the definition files (written in Typescript) for the huggi
4
4
5
5
- ** pipeline types** (a.k.a. ** task types** ) - used to determine which widget to display on the model page, and which inference API to run.
6
6
- ** default widget inputs** - when they aren't provided in the model card.
7
- - definitions and UI elements for ** model libraries ** ( and soon for ** dataset libraries** ) .
7
+ - definitions and UI elements for ** model and dataset libraries** .
8
8
9
9
Please add any missing ones to these definitions by opening a PR. Thanks 🔥
10
10
Original file line number Diff line number Diff line change @@ -53,6 +53,24 @@ export const DATASET_LIBRARIES_UI_ELEMENTS = {
53
53
repoUrl : "https://github.com/dask/dask" ,
54
54
docsUrl : "https://huggingface.co/docs/hub/datasets-dask" ,
55
55
} ,
56
+ distilabel : {
57
+ prettyLabel : "Distilabel" ,
58
+ repoName : "distilabel" ,
59
+ repoUrl : "https://github.com/argilla-io/distilabel" ,
60
+ docsUrl : "https://distilabel.argilla.io" ,
61
+ } ,
62
+ fiftyone : {
63
+ prettyLabel : "FiftyOne" ,
64
+ repoName : "fiftyone" ,
65
+ repoUrl : "https://github.com/voxel51/fiftyone" ,
66
+ docsUrl : "https://docs.voxel51.com" ,
67
+ } ,
68
+ argilla : {
69
+ prettyLabel : "Argilla" ,
70
+ repoName : "argilla" ,
71
+ repoUrl : "https://github.com/argilla-io/argilla" ,
72
+ docsUrl : "https://argilla-io.github.io/argilla" ,
73
+ } ,
56
74
} satisfies Record < string , DatasetLibraryUiElement > ;
57
75
58
76
/// List of the dataset libraries supported by the Hub
You can’t perform that action at this time.
0 commit comments