@@ -27,7 +27,7 @@ export const DATASET_LIBRARIES_UI_ELEMENTS = {
2727 prettyLabel : "Croissant" ,
2828 repoName : "croissant" ,
2929 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" ,
3131 } ,
3232 webdataset : {
3333 prettyLabel : "WebDataset" ,
@@ -57,25 +57,25 @@ export const DATASET_LIBRARIES_UI_ELEMENTS = {
5757 prettyLabel : "Distilabel" ,
5858 repoName : "distilabel" ,
5959 repoUrl : "https://github.com/argilla-io/distilabel" ,
60- docsUrl : "https://distilabel.argilla.io " ,
60+ docsUrl : "https://huggingface.co/docs/hub/datasets-distilabel " ,
6161 } ,
6262 fiftyone : {
6363 prettyLabel : "FiftyOne" ,
6464 repoName : "fiftyone" ,
6565 repoUrl : "https://github.com/voxel51/fiftyone" ,
66- docsUrl : "https://docs.voxel51.com " ,
66+ docsUrl : "https://huggingface.co/docs/hub/datasets-fiftyone " ,
6767 } ,
6868 argilla : {
6969 prettyLabel : "Argilla" ,
7070 repoName : "argilla" ,
7171 repoUrl : "https://github.com/argilla-io/argilla" ,
72- docsUrl : "https://argilla-io.github.io/ argilla" ,
72+ docsUrl : "https://huggingface.co/docs/hub/datasets- argilla" ,
7373 } ,
7474 polars : {
7575 prettyLabel : "Polars" ,
7676 repoName : "polars" ,
7777 repoUrl : "https://github.com/pola-rs/polars" ,
78- docsUrl : "https://docs.pola.rs/ " ,
78+ docsUrl : "https://huggingface.co/docs/hub/datasets-polars " ,
7979 } ,
8080} satisfies Record < string , DatasetLibraryUiElement > ;
8181
0 commit comments