@huggingface/tasks 0.21.37 → 0.21.39

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.
@@ -334,6 +334,14 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
334
334
  repoUrl: "https://github.com/Unbabel/COMET/",
335
335
  countDownloads: `path:"hparams.yaml"`,
336
336
  },
337
+ cortiq: {
338
+ prettyLabel: "cortiq",
339
+ repoName: "cortiq",
340
+ repoUrl: "https://github.com/infosave2007/cmf",
341
+ docsUrl: "https://github.com/infosave2007/cmf/blob/master/docs/CMF_V2_SPEC.md",
342
+ snippets: snippets.cortiq,
343
+ countDownloads: `path_extension:"cmf"`,
344
+ },
337
345
  cosmos: {
338
346
  prettyLabel: "Cosmos",
339
347
  repoName: "Cosmos",
@@ -924,6 +932,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
924
932
  snippets: snippets.matanyone,
925
933
  filter: false,
926
934
  },
935
+ memra: {
936
+ prettyLabel: "memra",
937
+ repoName: "memra",
938
+ repoUrl: "https://github.com/avifenesh/memra",
939
+ snippets: snippets.memra,
940
+ filter: false,
941
+ },
927
942
  "mesh-anything": {
928
943
  prettyLabel: "MeshAnything",
929
944
  repoName: "MeshAnything",
@@ -1015,6 +1030,14 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
1015
1030
  snippets: snippets.mobilint,
1016
1031
  filter: false,
1017
1032
  },
1033
+ "montreal-forced-aligner": {
1034
+ prettyLabel: "Montreal Forced Aligner",
1035
+ repoName: "Montreal Forced Aligner",
1036
+ repoUrl: "https://github.com/MontrealCorpusTools/Montreal-Forced-Aligner",
1037
+ docsUrl: "https://montreal-forced-aligner.readthedocs.io",
1038
+ filter: false,
1039
+ countDownloads: `path:"acoustic/final.mdl" OR path_extension:"zip"`,
1040
+ },
1018
1041
  moshi: {
1019
1042
  prettyLabel: "Moshi",
1020
1043
  repoName: "Moshi",
@@ -1093,6 +1116,15 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
1093
1116
  filter: false,
1094
1117
  countDownloads: `path_extension:"oasr"`,
1095
1118
  },
1119
+ opendde: {
1120
+ prettyLabel: "OpenDDE",
1121
+ repoName: "OpenDDE",
1122
+ repoUrl: "https://github.com/aurekaresearch/OpenDDE",
1123
+ docsUrl: "https://huggingface.co/aurekaresearch/OpenDDE/blob/main/docs/inference_instructions.md",
1124
+ snippets: snippets.opendde,
1125
+ filter: false,
1126
+ countDownloads: `path_extension:"pt"`,
1127
+ },
1096
1128
  openpeerllm: {
1097
1129
  prettyLabel: "OpenPeerLLM",
1098
1130
  repoName: "OpenPeerLLM",
@@ -1157,6 +1189,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
1157
1189
  filter: false,
1158
1190
  countDownloads: `path_extension:"pth"`,
1159
1191
  },
1192
+ piper: {
1193
+ prettyLabel: "Piper",
1194
+ repoName: "Piper",
1195
+ repoUrl: "https://github.com/OHF-Voice/piper1-gpl",
1196
+ filter: false,
1197
+ countDownloads: `path_extension:"onnx" OR path_extension:"ckpt"`,
1198
+ },
1160
1199
  "pocket-tts": {
1161
1200
  prettyLabel: "Pocket-TTS",
1162
1201
  repoName: "PocketTTS",