Skip to content

Commit fe8fd75

Browse files
authored
use HF docs (huggingface#825)
1 parent b5b4d13 commit fe8fd75

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/tasks/src/dataset-libraries.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)