@huggingface/tasks 0.10.0 → 0.10.1
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
CHANGED
|
@@ -4903,6 +4903,15 @@ var MODEL_LIBRARIES_UI_ELEMENTS = {
|
|
|
4903
4903
|
repoUrl: "https://github.com/TensorSpeech/TensorFlowTTS",
|
|
4904
4904
|
snippets: tensorflowtts
|
|
4905
4905
|
},
|
|
4906
|
+
timesfm: {
|
|
4907
|
+
prettyLabel: "TimesFM",
|
|
4908
|
+
repoName: "timesfm",
|
|
4909
|
+
repoUrl: "https://github.com/google-research/timesfm",
|
|
4910
|
+
filter: false,
|
|
4911
|
+
countDownloads: {
|
|
4912
|
+
term: { path: "checkpoints/checkpoint_1100000/state/checkpoint" }
|
|
4913
|
+
}
|
|
4914
|
+
},
|
|
4906
4915
|
timm: {
|
|
4907
4916
|
prettyLabel: "timm",
|
|
4908
4917
|
repoName: "pytorch-image-models",
|
package/dist/index.js
CHANGED
|
@@ -4867,6 +4867,15 @@ var MODEL_LIBRARIES_UI_ELEMENTS = {
|
|
|
4867
4867
|
repoUrl: "https://github.com/TensorSpeech/TensorFlowTTS",
|
|
4868
4868
|
snippets: tensorflowtts
|
|
4869
4869
|
},
|
|
4870
|
+
timesfm: {
|
|
4871
|
+
prettyLabel: "TimesFM",
|
|
4872
|
+
repoName: "timesfm",
|
|
4873
|
+
repoUrl: "https://github.com/google-research/timesfm",
|
|
4874
|
+
filter: false,
|
|
4875
|
+
countDownloads: {
|
|
4876
|
+
term: { path: "checkpoints/checkpoint_1100000/state/checkpoint" }
|
|
4877
|
+
}
|
|
4878
|
+
},
|
|
4870
4879
|
timm: {
|
|
4871
4880
|
prettyLabel: "timm",
|
|
4872
4881
|
repoName: "pytorch-image-models",
|
|
@@ -425,6 +425,17 @@ export declare const MODEL_LIBRARIES_UI_ELEMENTS: {
|
|
|
425
425
|
repoUrl: string;
|
|
426
426
|
snippets: (model: ModelData) => string[];
|
|
427
427
|
};
|
|
428
|
+
timesfm: {
|
|
429
|
+
prettyLabel: string;
|
|
430
|
+
repoName: string;
|
|
431
|
+
repoUrl: string;
|
|
432
|
+
filter: false;
|
|
433
|
+
countDownloads: {
|
|
434
|
+
term: {
|
|
435
|
+
path: string;
|
|
436
|
+
};
|
|
437
|
+
};
|
|
438
|
+
};
|
|
428
439
|
timm: {
|
|
429
440
|
prettyLabel: string;
|
|
430
441
|
repoName: string;
|
|
@@ -485,6 +496,6 @@ export declare const MODEL_LIBRARIES_UI_ELEMENTS: {
|
|
|
485
496
|
};
|
|
486
497
|
};
|
|
487
498
|
export type ModelLibraryKey = keyof typeof MODEL_LIBRARIES_UI_ELEMENTS;
|
|
488
|
-
export declare const ALL_MODEL_LIBRARY_KEYS: ("sklearn" | "adapter-transformers" | "allennlp" | "asteroid" | "audiocraft" | "bertopic" | "diffusers" | "doctr" | "elm" | "espnet" | "fairseq" | "fastai" | "fasttext" | "flair" | "gliner" | "grok" | "keras" | "keras-nlp" | "k2" | "mindspore" | "ml-agents" | "mlx" | "mlx-image" | "nemo" | "open_clip" | "paddlenlp" | "peft" | "pyannote-audio" | "pythae" | "sample-factory" | "sentence-transformers" | "setfit" | "spacy" | "span-marker" | "speechbrain" | "stable-baselines3" | "stanza" | "tensorflowtts" | "timm" | "transformers" | "transformers.js" | "unity-sentis" | "voicecraft" | "whisperkit")[];
|
|
489
|
-
export declare const ALL_DISPLAY_MODEL_LIBRARY_KEYS: ("sklearn" | "adapter-transformers" | "allennlp" | "asteroid" | "audiocraft" | "bertopic" | "diffusers" | "doctr" | "elm" | "espnet" | "fairseq" | "fastai" | "fasttext" | "flair" | "gliner" | "grok" | "keras" | "keras-nlp" | "k2" | "mindspore" | "ml-agents" | "mlx" | "mlx-image" | "nemo" | "open_clip" | "paddlenlp" | "peft" | "pyannote-audio" | "pythae" | "sample-factory" | "sentence-transformers" | "setfit" | "spacy" | "span-marker" | "speechbrain" | "stable-baselines3" | "stanza" | "tensorflowtts" | "timm" | "transformers" | "transformers.js" | "unity-sentis" | "voicecraft" | "whisperkit")[];
|
|
499
|
+
export declare const ALL_MODEL_LIBRARY_KEYS: ("sklearn" | "adapter-transformers" | "allennlp" | "asteroid" | "audiocraft" | "bertopic" | "diffusers" | "doctr" | "elm" | "espnet" | "fairseq" | "fastai" | "fasttext" | "flair" | "gliner" | "grok" | "keras" | "keras-nlp" | "k2" | "mindspore" | "ml-agents" | "mlx" | "mlx-image" | "nemo" | "open_clip" | "paddlenlp" | "peft" | "pyannote-audio" | "pythae" | "sample-factory" | "sentence-transformers" | "setfit" | "spacy" | "span-marker" | "speechbrain" | "stable-baselines3" | "stanza" | "tensorflowtts" | "timesfm" | "timm" | "transformers" | "transformers.js" | "unity-sentis" | "voicecraft" | "whisperkit")[];
|
|
500
|
+
export declare const ALL_DISPLAY_MODEL_LIBRARY_KEYS: ("sklearn" | "adapter-transformers" | "allennlp" | "asteroid" | "audiocraft" | "bertopic" | "diffusers" | "doctr" | "elm" | "espnet" | "fairseq" | "fastai" | "fasttext" | "flair" | "gliner" | "grok" | "keras" | "keras-nlp" | "k2" | "mindspore" | "ml-agents" | "mlx" | "mlx-image" | "nemo" | "open_clip" | "paddlenlp" | "peft" | "pyannote-audio" | "pythae" | "sample-factory" | "sentence-transformers" | "setfit" | "spacy" | "span-marker" | "speechbrain" | "stable-baselines3" | "stanza" | "tensorflowtts" | "timesfm" | "timm" | "transformers" | "transformers.js" | "unity-sentis" | "voicecraft" | "whisperkit")[];
|
|
490
501
|
//# 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,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAE1E;;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,sBAAsB,CAAC;IACxC;;;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,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAE1E;;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,sBAAsB,CAAC;IACxC;;;OAGG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;CACjB;AAED;;;;;;;;;;;;;GAaG;AAEH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgYI,CAAC;AAE7C,MAAM,MAAM,eAAe,GAAG,MAAM,OAAO,2BAA2B,CAAC;AAEvE,eAAO,MAAM,sBAAsB,smBAAgE,CAAC;AAEpG,eAAO,MAAM,8BAA8B,smBAQ1B,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.10.
|
|
4
|
+
"version": "0.10.1",
|
|
5
5
|
"description": "List of ML tasks for huggingface.co/tasks",
|
|
6
6
|
"repository": "https://github.com/huggingface/huggingface.js.git",
|
|
7
7
|
"publishConfig": {
|
|
@@ -36,9 +36,6 @@
|
|
|
36
36
|
"quicktype-core": "https://github.com/huggingface/quicktype/raw/pack-18.0.17/packages/quicktype-core/quicktype-core-18.0.17.tgz",
|
|
37
37
|
"type-fest": "^3.13.1"
|
|
38
38
|
},
|
|
39
|
-
"dependencies": {
|
|
40
|
-
"node-fetch": "^3.3.2"
|
|
41
|
-
},
|
|
42
39
|
"scripts": {
|
|
43
40
|
"lint": "eslint --quiet --fix --ext .cjs,.ts .",
|
|
44
41
|
"lint:check": "eslint --ext .cjs,.ts .",
|
package/src/model-libraries.ts
CHANGED
|
@@ -380,6 +380,15 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
|
|
|
380
380
|
repoUrl: "https://github.com/TensorSpeech/TensorFlowTTS",
|
|
381
381
|
snippets: snippets.tensorflowtts,
|
|
382
382
|
},
|
|
383
|
+
timesfm: {
|
|
384
|
+
prettyLabel: "TimesFM",
|
|
385
|
+
repoName: "timesfm",
|
|
386
|
+
repoUrl: "https://github.com/google-research/timesfm",
|
|
387
|
+
filter: false,
|
|
388
|
+
countDownloads: {
|
|
389
|
+
term: { path: "checkpoints/checkpoint_1100000/state/checkpoint" },
|
|
390
|
+
},
|
|
391
|
+
},
|
|
383
392
|
timm: {
|
|
384
393
|
prettyLabel: "timm",
|
|
385
394
|
repoName: "pytorch-image-models",
|