@huggingface/tasks 0.11.3 → 0.11.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +33 -9
- package/dist/index.js +33 -9
- package/dist/src/dataset-libraries.d.ts +6 -0
- package/dist/src/dataset-libraries.d.ts.map +1 -1
- package/dist/src/model-libraries.d.ts +9 -2
- package/dist/src/model-libraries.d.ts.map +1 -1
- package/dist/src/tasks/document-question-answering/data.d.ts.map +1 -1
- package/dist/src/tasks/image-feature-extraction/data.d.ts.map +1 -1
- package/dist/src/tasks/image-text-to-text/data.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/dataset-libraries.ts +10 -4
- package/src/model-libraries.ts +7 -0
- package/src/tasks/document-question-answering/data.ts +6 -3
- package/src/tasks/image-feature-extraction/data.ts +4 -0
- package/src/tasks/image-text-to-text/data.ts +6 -2
package/dist/index.cjs
CHANGED
|
@@ -1617,7 +1617,10 @@ var data_default3 = taskData3;
|
|
|
1617
1617
|
var taskData4 = {
|
|
1618
1618
|
datasets: [
|
|
1619
1619
|
{
|
|
1620
|
-
|
|
1620
|
+
description: "Largest document understanding dataset.",
|
|
1621
|
+
id: "HuggingFaceM4/Docmatix"
|
|
1622
|
+
},
|
|
1623
|
+
{
|
|
1621
1624
|
description: "Dataset from the 2020 DocVQA challenge. The documents are taken from the UCSF Industry Documents Library.",
|
|
1622
1625
|
id: "eliolio/docvqa"
|
|
1623
1626
|
}
|
|
@@ -1658,8 +1661,8 @@ var taskData4 = {
|
|
|
1658
1661
|
id: "impira/layoutlm-document-qa"
|
|
1659
1662
|
},
|
|
1660
1663
|
{
|
|
1661
|
-
description: "A special model for OCR-free Document QA task.
|
|
1662
|
-
id: "
|
|
1664
|
+
description: "A special model for OCR-free Document QA task.",
|
|
1665
|
+
id: "microsoft/udop-large"
|
|
1663
1666
|
},
|
|
1664
1667
|
{
|
|
1665
1668
|
description: "A powerful model for document question answering.",
|
|
@@ -1939,6 +1942,10 @@ var taskData8 = {
|
|
|
1939
1942
|
{
|
|
1940
1943
|
description: "A robust image feature extraction models.",
|
|
1941
1944
|
id: "facebook/dino-vitb16"
|
|
1945
|
+
},
|
|
1946
|
+
{
|
|
1947
|
+
description: "Strong image-text-to-text model made for information retrieval from documents.",
|
|
1948
|
+
id: "vidore/colpali"
|
|
1942
1949
|
}
|
|
1943
1950
|
],
|
|
1944
1951
|
spaces: [],
|
|
@@ -2165,8 +2172,8 @@ var taskData11 = {
|
|
|
2165
2172
|
metrics: [],
|
|
2166
2173
|
models: [
|
|
2167
2174
|
{
|
|
2168
|
-
description: "Cutting-edge vision language model that can
|
|
2169
|
-
id: "
|
|
2175
|
+
description: "Cutting-edge vision language model that can take multiple image inputs.",
|
|
2176
|
+
id: "facebook/chameleon-7b"
|
|
2170
2177
|
},
|
|
2171
2178
|
{
|
|
2172
2179
|
description: "Cutting-edge conversational vision language model that can take multiple image inputs.",
|
|
@@ -2179,6 +2186,10 @@ var taskData11 = {
|
|
|
2179
2186
|
{
|
|
2180
2187
|
description: "Strong image-text-to-text model made to understand documents.",
|
|
2181
2188
|
id: "mPLUG/DocOwl1.5"
|
|
2189
|
+
},
|
|
2190
|
+
{
|
|
2191
|
+
description: "Strong image-text-to-text model.",
|
|
2192
|
+
id: "llava-hf/llava-v1.6-mistral-7b-hf"
|
|
2182
2193
|
}
|
|
2183
2194
|
],
|
|
2184
2195
|
spaces: [
|
|
@@ -5096,6 +5107,13 @@ var MODEL_LIBRARIES_UI_ELEMENTS = {
|
|
|
5096
5107
|
filter: false,
|
|
5097
5108
|
countDownloads: `path_extension:"pth"`
|
|
5098
5109
|
},
|
|
5110
|
+
diffree: {
|
|
5111
|
+
prettyLabel: "Diffree",
|
|
5112
|
+
repoName: "Diffree",
|
|
5113
|
+
repoUrl: "https://github.com/OpenGVLab/Diffree",
|
|
5114
|
+
filter: false,
|
|
5115
|
+
countDownloads: `path:"diffree-step=000010999.ckpt"`
|
|
5116
|
+
},
|
|
5099
5117
|
diffusers: {
|
|
5100
5118
|
prettyLabel: "Diffusers",
|
|
5101
5119
|
repoName: "\u{1F917}/diffusers",
|
|
@@ -6583,7 +6601,7 @@ var DATASET_LIBRARIES_UI_ELEMENTS = {
|
|
|
6583
6601
|
prettyLabel: "Croissant",
|
|
6584
6602
|
repoName: "croissant",
|
|
6585
6603
|
repoUrl: "https://github.com/mlcommons/croissant/tree/main/python/mlcroissant",
|
|
6586
|
-
docsUrl: "https://
|
|
6604
|
+
docsUrl: "https://huggingface.co/docs/dataset-viewer/mlcroissant"
|
|
6587
6605
|
},
|
|
6588
6606
|
webdataset: {
|
|
6589
6607
|
prettyLabel: "WebDataset",
|
|
@@ -6613,19 +6631,25 @@ var DATASET_LIBRARIES_UI_ELEMENTS = {
|
|
|
6613
6631
|
prettyLabel: "Distilabel",
|
|
6614
6632
|
repoName: "distilabel",
|
|
6615
6633
|
repoUrl: "https://github.com/argilla-io/distilabel",
|
|
6616
|
-
docsUrl: "https://distilabel
|
|
6634
|
+
docsUrl: "https://huggingface.co/docs/hub/datasets-distilabel"
|
|
6617
6635
|
},
|
|
6618
6636
|
fiftyone: {
|
|
6619
6637
|
prettyLabel: "FiftyOne",
|
|
6620
6638
|
repoName: "fiftyone",
|
|
6621
6639
|
repoUrl: "https://github.com/voxel51/fiftyone",
|
|
6622
|
-
docsUrl: "https://docs
|
|
6640
|
+
docsUrl: "https://huggingface.co/docs/hub/datasets-fiftyone"
|
|
6623
6641
|
},
|
|
6624
6642
|
argilla: {
|
|
6625
6643
|
prettyLabel: "Argilla",
|
|
6626
6644
|
repoName: "argilla",
|
|
6627
6645
|
repoUrl: "https://github.com/argilla-io/argilla",
|
|
6628
|
-
docsUrl: "https://
|
|
6646
|
+
docsUrl: "https://huggingface.co/docs/hub/datasets-argilla"
|
|
6647
|
+
},
|
|
6648
|
+
polars: {
|
|
6649
|
+
prettyLabel: "Polars",
|
|
6650
|
+
repoName: "polars",
|
|
6651
|
+
repoUrl: "https://github.com/pola-rs/polars",
|
|
6652
|
+
docsUrl: "https://huggingface.co/docs/hub/datasets-polars"
|
|
6629
6653
|
}
|
|
6630
6654
|
};
|
|
6631
6655
|
// Annotate the CommonJS export names for ESM import in node:
|
package/dist/index.js
CHANGED
|
@@ -1579,7 +1579,10 @@ var data_default3 = taskData3;
|
|
|
1579
1579
|
var taskData4 = {
|
|
1580
1580
|
datasets: [
|
|
1581
1581
|
{
|
|
1582
|
-
|
|
1582
|
+
description: "Largest document understanding dataset.",
|
|
1583
|
+
id: "HuggingFaceM4/Docmatix"
|
|
1584
|
+
},
|
|
1585
|
+
{
|
|
1583
1586
|
description: "Dataset from the 2020 DocVQA challenge. The documents are taken from the UCSF Industry Documents Library.",
|
|
1584
1587
|
id: "eliolio/docvqa"
|
|
1585
1588
|
}
|
|
@@ -1620,8 +1623,8 @@ var taskData4 = {
|
|
|
1620
1623
|
id: "impira/layoutlm-document-qa"
|
|
1621
1624
|
},
|
|
1622
1625
|
{
|
|
1623
|
-
description: "A special model for OCR-free Document QA task.
|
|
1624
|
-
id: "
|
|
1626
|
+
description: "A special model for OCR-free Document QA task.",
|
|
1627
|
+
id: "microsoft/udop-large"
|
|
1625
1628
|
},
|
|
1626
1629
|
{
|
|
1627
1630
|
description: "A powerful model for document question answering.",
|
|
@@ -1901,6 +1904,10 @@ var taskData8 = {
|
|
|
1901
1904
|
{
|
|
1902
1905
|
description: "A robust image feature extraction models.",
|
|
1903
1906
|
id: "facebook/dino-vitb16"
|
|
1907
|
+
},
|
|
1908
|
+
{
|
|
1909
|
+
description: "Strong image-text-to-text model made for information retrieval from documents.",
|
|
1910
|
+
id: "vidore/colpali"
|
|
1904
1911
|
}
|
|
1905
1912
|
],
|
|
1906
1913
|
spaces: [],
|
|
@@ -2127,8 +2134,8 @@ var taskData11 = {
|
|
|
2127
2134
|
metrics: [],
|
|
2128
2135
|
models: [
|
|
2129
2136
|
{
|
|
2130
|
-
description: "Cutting-edge vision language model that can
|
|
2131
|
-
id: "
|
|
2137
|
+
description: "Cutting-edge vision language model that can take multiple image inputs.",
|
|
2138
|
+
id: "facebook/chameleon-7b"
|
|
2132
2139
|
},
|
|
2133
2140
|
{
|
|
2134
2141
|
description: "Cutting-edge conversational vision language model that can take multiple image inputs.",
|
|
@@ -2141,6 +2148,10 @@ var taskData11 = {
|
|
|
2141
2148
|
{
|
|
2142
2149
|
description: "Strong image-text-to-text model made to understand documents.",
|
|
2143
2150
|
id: "mPLUG/DocOwl1.5"
|
|
2151
|
+
},
|
|
2152
|
+
{
|
|
2153
|
+
description: "Strong image-text-to-text model.",
|
|
2154
|
+
id: "llava-hf/llava-v1.6-mistral-7b-hf"
|
|
2144
2155
|
}
|
|
2145
2156
|
],
|
|
2146
2157
|
spaces: [
|
|
@@ -5058,6 +5069,13 @@ var MODEL_LIBRARIES_UI_ELEMENTS = {
|
|
|
5058
5069
|
filter: false,
|
|
5059
5070
|
countDownloads: `path_extension:"pth"`
|
|
5060
5071
|
},
|
|
5072
|
+
diffree: {
|
|
5073
|
+
prettyLabel: "Diffree",
|
|
5074
|
+
repoName: "Diffree",
|
|
5075
|
+
repoUrl: "https://github.com/OpenGVLab/Diffree",
|
|
5076
|
+
filter: false,
|
|
5077
|
+
countDownloads: `path:"diffree-step=000010999.ckpt"`
|
|
5078
|
+
},
|
|
5061
5079
|
diffusers: {
|
|
5062
5080
|
prettyLabel: "Diffusers",
|
|
5063
5081
|
repoName: "\u{1F917}/diffusers",
|
|
@@ -6545,7 +6563,7 @@ var DATASET_LIBRARIES_UI_ELEMENTS = {
|
|
|
6545
6563
|
prettyLabel: "Croissant",
|
|
6546
6564
|
repoName: "croissant",
|
|
6547
6565
|
repoUrl: "https://github.com/mlcommons/croissant/tree/main/python/mlcroissant",
|
|
6548
|
-
docsUrl: "https://
|
|
6566
|
+
docsUrl: "https://huggingface.co/docs/dataset-viewer/mlcroissant"
|
|
6549
6567
|
},
|
|
6550
6568
|
webdataset: {
|
|
6551
6569
|
prettyLabel: "WebDataset",
|
|
@@ -6575,19 +6593,25 @@ var DATASET_LIBRARIES_UI_ELEMENTS = {
|
|
|
6575
6593
|
prettyLabel: "Distilabel",
|
|
6576
6594
|
repoName: "distilabel",
|
|
6577
6595
|
repoUrl: "https://github.com/argilla-io/distilabel",
|
|
6578
|
-
docsUrl: "https://distilabel
|
|
6596
|
+
docsUrl: "https://huggingface.co/docs/hub/datasets-distilabel"
|
|
6579
6597
|
},
|
|
6580
6598
|
fiftyone: {
|
|
6581
6599
|
prettyLabel: "FiftyOne",
|
|
6582
6600
|
repoName: "fiftyone",
|
|
6583
6601
|
repoUrl: "https://github.com/voxel51/fiftyone",
|
|
6584
|
-
docsUrl: "https://docs
|
|
6602
|
+
docsUrl: "https://huggingface.co/docs/hub/datasets-fiftyone"
|
|
6585
6603
|
},
|
|
6586
6604
|
argilla: {
|
|
6587
6605
|
prettyLabel: "Argilla",
|
|
6588
6606
|
repoName: "argilla",
|
|
6589
6607
|
repoUrl: "https://github.com/argilla-io/argilla",
|
|
6590
|
-
docsUrl: "https://
|
|
6608
|
+
docsUrl: "https://huggingface.co/docs/hub/datasets-argilla"
|
|
6609
|
+
},
|
|
6610
|
+
polars: {
|
|
6611
|
+
prettyLabel: "Polars",
|
|
6612
|
+
repoName: "polars",
|
|
6613
|
+
repoUrl: "https://github.com/pola-rs/polars",
|
|
6614
|
+
docsUrl: "https://huggingface.co/docs/hub/datasets-polars"
|
|
6591
6615
|
}
|
|
6592
6616
|
};
|
|
6593
6617
|
export {
|
|
@@ -70,6 +70,12 @@ export declare const DATASET_LIBRARIES_UI_ELEMENTS: {
|
|
|
70
70
|
repoUrl: string;
|
|
71
71
|
docsUrl: string;
|
|
72
72
|
};
|
|
73
|
+
polars: {
|
|
74
|
+
prettyLabel: string;
|
|
75
|
+
repoName: string;
|
|
76
|
+
repoUrl: string;
|
|
77
|
+
docsUrl: string;
|
|
78
|
+
};
|
|
73
79
|
};
|
|
74
80
|
export type DatasetLibraryKey = keyof typeof DATASET_LIBRARIES_UI_ELEMENTS;
|
|
75
81
|
//# sourceMappingURL=dataset-libraries.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dataset-libraries.d.ts","sourceRoot":"","sources":["../../src/dataset-libraries.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,uBAAuB;IACvC;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,eAAO,MAAM,6BAA6B
|
|
1
|
+
{"version":3,"file":"dataset-libraries.d.ts","sourceRoot":"","sources":["../../src/dataset-libraries.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,uBAAuB;IACvC;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuDS,CAAC;AAGpD,MAAM,MAAM,iBAAiB,GAAG,MAAM,OAAO,6BAA6B,CAAC"}
|
|
@@ -147,6 +147,13 @@ export declare const MODEL_LIBRARIES_UI_ELEMENTS: {
|
|
|
147
147
|
filter: false;
|
|
148
148
|
countDownloads: string;
|
|
149
149
|
};
|
|
150
|
+
diffree: {
|
|
151
|
+
prettyLabel: string;
|
|
152
|
+
repoName: string;
|
|
153
|
+
repoUrl: string;
|
|
154
|
+
filter: false;
|
|
155
|
+
countDownloads: string;
|
|
156
|
+
};
|
|
150
157
|
diffusers: {
|
|
151
158
|
prettyLabel: string;
|
|
152
159
|
repoName: string;
|
|
@@ -571,6 +578,6 @@ export declare const MODEL_LIBRARIES_UI_ELEMENTS: {
|
|
|
571
578
|
};
|
|
572
579
|
};
|
|
573
580
|
export type ModelLibraryKey = keyof typeof MODEL_LIBRARIES_UI_ELEMENTS;
|
|
574
|
-
export declare const ALL_MODEL_LIBRARY_KEYS: ("adapter-transformers" | "allennlp" | "asteroid" | "audiocraft" | "audioseal" | "bertopic" | "big_vision" | "bm25s" | "champ" | "chat_tts" | "colpali" | "depth-anything-v2" | "diffusers" | "doctr" | "edsnlp" | "elm" | "espnet" | "fairseq" | "fastai" | "fasttext" | "flair" | "gemma.cpp" | "gliner" | "glyph-byt5" | "grok" | "hallo" | "hunyuan-dit" | "keras" | "tf-keras" | "keras-nlp" | "k2" | "liveportrait" | "mindspore" | "mamba-ssm" | "mars5-tts" | "mesh-anything" | "ml-agents" | "mlx" | "mlx-image" | "mlc-llm" | "nemo" | "open_clip" | "paddlenlp" | "peft" | "pyannote-audio" | "pythae" | "recurrentgemma" | "sample-factory" | "sentence-transformers" | "setfit" | "sklearn" | "spacy" | "span-marker" | "speechbrain" | "stable-audio-tools" | "diffusion-single-file" | "stable-baselines3" | "stanza" | "tensorflowtts" | "tic-clip" | "timesfm" | "timm" | "transformers" | "transformers.js" | "unity-sentis" | "voicecraft" | "whisperkit")[];
|
|
575
|
-
export declare const ALL_DISPLAY_MODEL_LIBRARY_KEYS: ("adapter-transformers" | "allennlp" | "asteroid" | "audiocraft" | "audioseal" | "bertopic" | "big_vision" | "bm25s" | "champ" | "chat_tts" | "colpali" | "depth-anything-v2" | "diffusers" | "doctr" | "edsnlp" | "elm" | "espnet" | "fairseq" | "fastai" | "fasttext" | "flair" | "gemma.cpp" | "gliner" | "glyph-byt5" | "grok" | "hallo" | "hunyuan-dit" | "keras" | "tf-keras" | "keras-nlp" | "k2" | "liveportrait" | "mindspore" | "mamba-ssm" | "mars5-tts" | "mesh-anything" | "ml-agents" | "mlx" | "mlx-image" | "mlc-llm" | "nemo" | "open_clip" | "paddlenlp" | "peft" | "pyannote-audio" | "pythae" | "recurrentgemma" | "sample-factory" | "sentence-transformers" | "setfit" | "sklearn" | "spacy" | "span-marker" | "speechbrain" | "stable-audio-tools" | "diffusion-single-file" | "stable-baselines3" | "stanza" | "tensorflowtts" | "tic-clip" | "timesfm" | "timm" | "transformers" | "transformers.js" | "unity-sentis" | "voicecraft" | "whisperkit")[];
|
|
581
|
+
export declare const ALL_MODEL_LIBRARY_KEYS: ("adapter-transformers" | "allennlp" | "asteroid" | "audiocraft" | "audioseal" | "bertopic" | "big_vision" | "bm25s" | "champ" | "chat_tts" | "colpali" | "depth-anything-v2" | "diffree" | "diffusers" | "doctr" | "edsnlp" | "elm" | "espnet" | "fairseq" | "fastai" | "fasttext" | "flair" | "gemma.cpp" | "gliner" | "glyph-byt5" | "grok" | "hallo" | "hunyuan-dit" | "keras" | "tf-keras" | "keras-nlp" | "k2" | "liveportrait" | "mindspore" | "mamba-ssm" | "mars5-tts" | "mesh-anything" | "ml-agents" | "mlx" | "mlx-image" | "mlc-llm" | "nemo" | "open_clip" | "paddlenlp" | "peft" | "pyannote-audio" | "pythae" | "recurrentgemma" | "sample-factory" | "sentence-transformers" | "setfit" | "sklearn" | "spacy" | "span-marker" | "speechbrain" | "stable-audio-tools" | "diffusion-single-file" | "stable-baselines3" | "stanza" | "tensorflowtts" | "tic-clip" | "timesfm" | "timm" | "transformers" | "transformers.js" | "unity-sentis" | "voicecraft" | "whisperkit")[];
|
|
582
|
+
export declare const ALL_DISPLAY_MODEL_LIBRARY_KEYS: ("adapter-transformers" | "allennlp" | "asteroid" | "audiocraft" | "audioseal" | "bertopic" | "big_vision" | "bm25s" | "champ" | "chat_tts" | "colpali" | "depth-anything-v2" | "diffree" | "diffusers" | "doctr" | "edsnlp" | "elm" | "espnet" | "fairseq" | "fastai" | "fasttext" | "flair" | "gemma.cpp" | "gliner" | "glyph-byt5" | "grok" | "hallo" | "hunyuan-dit" | "keras" | "tf-keras" | "keras-nlp" | "k2" | "liveportrait" | "mindspore" | "mamba-ssm" | "mars5-tts" | "mesh-anything" | "ml-agents" | "mlx" | "mlx-image" | "mlc-llm" | "nemo" | "open_clip" | "paddlenlp" | "peft" | "pyannote-audio" | "pythae" | "recurrentgemma" | "sample-factory" | "sentence-transformers" | "setfit" | "sklearn" | "spacy" | "span-marker" | "speechbrain" | "stable-audio-tools" | "diffusion-single-file" | "stable-baselines3" | "stanza" | "tensorflowtts" | "tic-clip" | "timesfm" | "timm" | "transformers" | "transformers.js" | "unity-sentis" | "voicecraft" | "whisperkit")[];
|
|
576
583
|
//# sourceMappingURL=model-libraries.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"model-libraries.d.ts","sourceRoot":"","sources":["../../src/model-libraries.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;AAEtE;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAChC;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,SAAS,KAAK,MAAM,EAAE,CAAC;IAC1C;;;;;OAKG;IACH,cAAc,CAAC,EAAE,kBAAkB,CAAC;IACpC;;;OAGG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;CACjB;AAED;;;;;;;;;;;;;GAaG;AAEH,eAAO,MAAM,2BAA2B
|
|
1
|
+
{"version":3,"file":"model-libraries.d.ts","sourceRoot":"","sources":["../../src/model-libraries.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;AAEtE;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAChC;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,SAAS,KAAK,MAAM,EAAE,CAAC;IAC1C;;;;;OAKG;IACH,cAAc,CAAC,EAAE,kBAAkB,CAAC;IACpC;;;OAGG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;CACjB;AAED;;;;;;;;;;;;;GAaG;AAEH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6gBI,CAAC;AAE7C,MAAM,MAAM,eAAe,GAAG,MAAM,OAAO,2BAA2B,CAAC;AAEvE,eAAO,MAAM,sBAAsB,67BAAgE,CAAC;AAEpG,eAAO,MAAM,8BAA8B,67BAQ1B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"data.d.ts","sourceRoot":"","sources":["../../../../src/tasks/document-question-answering/data.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,IAAI,CAAC;AAEzC,QAAA,MAAM,QAAQ,EAAE,
|
|
1
|
+
{"version":3,"file":"data.d.ts","sourceRoot":"","sources":["../../../../src/tasks/document-question-answering/data.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,IAAI,CAAC;AAEzC,QAAA,MAAM,QAAQ,EAAE,cA4Ef,CAAC;AAEF,eAAe,QAAQ,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"data.d.ts","sourceRoot":"","sources":["../../../../src/tasks/image-feature-extraction/data.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,IAAI,CAAC;AAEzC,QAAA,MAAM,QAAQ,EAAE,
|
|
1
|
+
{"version":3,"file":"data.d.ts","sourceRoot":"","sources":["../../../../src/tasks/image-feature-extraction/data.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,IAAI,CAAC;AAEzC,QAAA,MAAM,QAAQ,EAAE,cAkDf,CAAC;AAEF,eAAe,QAAQ,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"data.d.ts","sourceRoot":"","sources":["../../../../src/tasks/image-text-to-text/data.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,IAAI,CAAC;AAEzC,QAAA,MAAM,QAAQ,EAAE,
|
|
1
|
+
{"version":3,"file":"data.d.ts","sourceRoot":"","sources":["../../../../src/tasks/image-text-to-text/data.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,IAAI,CAAC;AAEzC,QAAA,MAAM,QAAQ,EAAE,cAyFf,CAAC;AAEF,eAAe,QAAQ,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@huggingface/tasks",
|
|
3
3
|
"packageManager": "pnpm@8.10.5",
|
|
4
|
-
"version": "0.11.
|
|
4
|
+
"version": "0.11.5",
|
|
5
5
|
"description": "List of ML tasks for huggingface.co/tasks",
|
|
6
6
|
"repository": "https://github.com/huggingface/huggingface.js.git",
|
|
7
7
|
"publishConfig": {
|
package/src/dataset-libraries.ts
CHANGED
|
@@ -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://
|
|
30
|
+
docsUrl: "https://huggingface.co/docs/dataset-viewer/mlcroissant",
|
|
31
31
|
},
|
|
32
32
|
webdataset: {
|
|
33
33
|
prettyLabel: "WebDataset",
|
|
@@ -57,19 +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
|
|
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
|
|
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://
|
|
72
|
+
docsUrl: "https://huggingface.co/docs/hub/datasets-argilla",
|
|
73
|
+
},
|
|
74
|
+
polars: {
|
|
75
|
+
prettyLabel: "Polars",
|
|
76
|
+
repoName: "polars",
|
|
77
|
+
repoUrl: "https://github.com/pola-rs/polars",
|
|
78
|
+
docsUrl: "https://huggingface.co/docs/hub/datasets-polars",
|
|
73
79
|
},
|
|
74
80
|
} satisfies Record<string, DatasetLibraryUiElement>;
|
|
75
81
|
|
package/src/model-libraries.ts
CHANGED
|
@@ -151,6 +151,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
|
|
|
151
151
|
filter: false,
|
|
152
152
|
countDownloads: `path_extension:"pth"`,
|
|
153
153
|
},
|
|
154
|
+
diffree: {
|
|
155
|
+
prettyLabel: "Diffree",
|
|
156
|
+
repoName: "Diffree",
|
|
157
|
+
repoUrl: "https://github.com/OpenGVLab/Diffree",
|
|
158
|
+
filter: false,
|
|
159
|
+
countDownloads: `path:"diffree-step=000010999.ckpt"`,
|
|
160
|
+
},
|
|
154
161
|
diffusers: {
|
|
155
162
|
prettyLabel: "Diffusers",
|
|
156
163
|
repoName: "🤗/diffusers",
|
|
@@ -3,7 +3,10 @@ import type { TaskDataCustom } from "..";
|
|
|
3
3
|
const taskData: TaskDataCustom = {
|
|
4
4
|
datasets: [
|
|
5
5
|
{
|
|
6
|
-
|
|
6
|
+
description: "Largest document understanding dataset.",
|
|
7
|
+
id: "HuggingFaceM4/Docmatix",
|
|
8
|
+
},
|
|
9
|
+
{
|
|
7
10
|
description:
|
|
8
11
|
"Dataset from the 2020 DocVQA challenge. The documents are taken from the UCSF Industry Documents Library.",
|
|
9
12
|
id: "eliolio/docvqa",
|
|
@@ -47,8 +50,8 @@ const taskData: TaskDataCustom = {
|
|
|
47
50
|
id: "impira/layoutlm-document-qa",
|
|
48
51
|
},
|
|
49
52
|
{
|
|
50
|
-
description: "A special model for OCR-free Document QA task.
|
|
51
|
-
id: "
|
|
53
|
+
description: "A special model for OCR-free Document QA task.",
|
|
54
|
+
id: "microsoft/udop-large",
|
|
52
55
|
},
|
|
53
56
|
{
|
|
54
57
|
description: "A powerful model for document question answering.",
|
|
@@ -42,6 +42,10 @@ const taskData: TaskDataCustom = {
|
|
|
42
42
|
description: "A robust image feature extraction models.",
|
|
43
43
|
id: "facebook/dino-vitb16",
|
|
44
44
|
},
|
|
45
|
+
{
|
|
46
|
+
description: "Strong image-text-to-text model made for information retrieval from documents.",
|
|
47
|
+
id: "vidore/colpali",
|
|
48
|
+
},
|
|
45
49
|
],
|
|
46
50
|
spaces: [],
|
|
47
51
|
summary: "Image feature extraction is the task of extracting features learnt in a computer vision model.",
|
|
@@ -43,8 +43,8 @@ const taskData: TaskDataCustom = {
|
|
|
43
43
|
metrics: [],
|
|
44
44
|
models: [
|
|
45
45
|
{
|
|
46
|
-
description: "Cutting-edge vision language model that can
|
|
47
|
-
id: "
|
|
46
|
+
description: "Cutting-edge vision language model that can take multiple image inputs.",
|
|
47
|
+
id: "facebook/chameleon-7b",
|
|
48
48
|
},
|
|
49
49
|
{
|
|
50
50
|
description: "Cutting-edge conversational vision language model that can take multiple image inputs.",
|
|
@@ -58,6 +58,10 @@ const taskData: TaskDataCustom = {
|
|
|
58
58
|
description: "Strong image-text-to-text model made to understand documents.",
|
|
59
59
|
id: "mPLUG/DocOwl1.5",
|
|
60
60
|
},
|
|
61
|
+
{
|
|
62
|
+
description: "Strong image-text-to-text model.",
|
|
63
|
+
id: "llava-hf/llava-v1.6-mistral-7b-hf",
|
|
64
|
+
},
|
|
61
65
|
],
|
|
62
66
|
spaces: [
|
|
63
67
|
{
|