@@ -27,7 +27,7 @@ export const DATASET_LIBRARIES_UI_ELEMENTS = {
27
27
prettyLabel : "Croissant" ,
28
28
repoName : "croissant" ,
29
29
repoUrl : "https://github.com/mlcommons/croissant/tree/main/python/mlcroissant" ,
30
- docsUrl : "https://github.com/mlcommons/croissant/blob/main/python/ mlcroissant/README.md " ,
30
+ docsUrl : "https://huggingface.co/docs/dataset-viewer/ mlcroissant" ,
31
31
} ,
32
32
webdataset : {
33
33
prettyLabel : "WebDataset" ,
@@ -57,25 +57,25 @@ export const DATASET_LIBRARIES_UI_ELEMENTS = {
57
57
prettyLabel : "Distilabel" ,
58
58
repoName : "distilabel" ,
59
59
repoUrl : "https://github.com/argilla-io/distilabel" ,
60
- docsUrl : "https://distilabel.argilla.io " ,
60
+ docsUrl : "https://huggingface.co/docs/hub/datasets-distilabel " ,
61
61
} ,
62
62
fiftyone : {
63
63
prettyLabel : "FiftyOne" ,
64
64
repoName : "fiftyone" ,
65
65
repoUrl : "https://github.com/voxel51/fiftyone" ,
66
- docsUrl : "https://docs.voxel51.com " ,
66
+ docsUrl : "https://huggingface.co/docs/hub/datasets-fiftyone " ,
67
67
} ,
68
68
argilla : {
69
69
prettyLabel : "Argilla" ,
70
70
repoName : "argilla" ,
71
71
repoUrl : "https://github.com/argilla-io/argilla" ,
72
- docsUrl : "https://argilla-io.github.io/ argilla" ,
72
+ docsUrl : "https://huggingface.co/docs/hub/datasets- argilla" ,
73
73
} ,
74
74
polars : {
75
75
prettyLabel : "Polars" ,
76
76
repoName : "polars" ,
77
77
repoUrl : "https://github.com/pola-rs/polars" ,
78
- docsUrl : "https://docs.pola.rs/ " ,
78
+ docsUrl : "https://huggingface.co/docs/hub/datasets-polars " ,
79
79
} ,
80
80
} satisfies Record < string , DatasetLibraryUiElement > ;
81
81
0 commit comments