@huggingface/tasks 0.12.30 → 0.13.0-test2

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.
Files changed (202) hide show
  1. package/dist/index.cjs +26 -3
  2. package/dist/index.d.cts +4778 -0
  3. package/dist/index.d.ts +4778 -0
  4. package/dist/index.js +26 -3
  5. package/package.json +2 -4
  6. package/src/model-libraries-snippets.ts +17 -0
  7. package/src/model-libraries.ts +8 -1
  8. package/src/snippets/js.ts +2 -2
  9. package/dist/scripts/inference-codegen.d.ts +0 -2
  10. package/dist/scripts/inference-codegen.d.ts.map +0 -1
  11. package/dist/scripts/inference-tei-import.d.ts +0 -2
  12. package/dist/scripts/inference-tei-import.d.ts.map +0 -1
  13. package/dist/scripts/inference-tgi-import.d.ts +0 -2
  14. package/dist/scripts/inference-tgi-import.d.ts.map +0 -1
  15. package/dist/src/dataset-libraries.d.ts +0 -87
  16. package/dist/src/dataset-libraries.d.ts.map +0 -1
  17. package/dist/src/default-widget-inputs.d.ts +0 -6
  18. package/dist/src/default-widget-inputs.d.ts.map +0 -1
  19. package/dist/src/gguf.d.ts +0 -35
  20. package/dist/src/gguf.d.ts.map +0 -1
  21. package/dist/src/hardware.d.ts +0 -478
  22. package/dist/src/hardware.d.ts.map +0 -1
  23. package/dist/src/index.d.ts +0 -21
  24. package/dist/src/index.d.ts.map +0 -1
  25. package/dist/src/library-to-tasks.d.ts +0 -11
  26. package/dist/src/library-to-tasks.d.ts.map +0 -1
  27. package/dist/src/local-apps.d.ts +0 -195
  28. package/dist/src/local-apps.d.ts.map +0 -1
  29. package/dist/src/model-data.d.ts +0 -146
  30. package/dist/src/model-data.d.ts.map +0 -1
  31. package/dist/src/model-libraries-downloads.d.ts +0 -18
  32. package/dist/src/model-libraries-downloads.d.ts.map +0 -1
  33. package/dist/src/model-libraries-snippets.d.ts +0 -71
  34. package/dist/src/model-libraries-snippets.d.ts.map +0 -1
  35. package/dist/src/model-libraries.d.ts +0 -797
  36. package/dist/src/model-libraries.d.ts.map +0 -1
  37. package/dist/src/pipelines.d.ts +0 -425
  38. package/dist/src/pipelines.d.ts.map +0 -1
  39. package/dist/src/snippets/common.d.ts +0 -14
  40. package/dist/src/snippets/common.d.ts.map +0 -1
  41. package/dist/src/snippets/curl.d.ts +0 -17
  42. package/dist/src/snippets/curl.d.ts.map +0 -1
  43. package/dist/src/snippets/curl.spec.d.ts +0 -2
  44. package/dist/src/snippets/curl.spec.d.ts.map +0 -1
  45. package/dist/src/snippets/index.d.ts +0 -6
  46. package/dist/src/snippets/index.d.ts.map +0 -1
  47. package/dist/src/snippets/inputs.d.ts +0 -4
  48. package/dist/src/snippets/inputs.d.ts.map +0 -1
  49. package/dist/src/snippets/js.d.ts +0 -19
  50. package/dist/src/snippets/js.d.ts.map +0 -1
  51. package/dist/src/snippets/js.spec.d.ts +0 -2
  52. package/dist/src/snippets/js.spec.d.ts.map +0 -1
  53. package/dist/src/snippets/python.d.ts +0 -22
  54. package/dist/src/snippets/python.d.ts.map +0 -1
  55. package/dist/src/snippets/python.spec.d.ts +0 -2
  56. package/dist/src/snippets/python.spec.d.ts.map +0 -1
  57. package/dist/src/snippets/types.d.ts +0 -12
  58. package/dist/src/snippets/types.d.ts.map +0 -1
  59. package/dist/src/tasks/audio-classification/data.d.ts +0 -4
  60. package/dist/src/tasks/audio-classification/data.d.ts.map +0 -1
  61. package/dist/src/tasks/audio-classification/inference.d.ts +0 -53
  62. package/dist/src/tasks/audio-classification/inference.d.ts.map +0 -1
  63. package/dist/src/tasks/audio-to-audio/data.d.ts +0 -4
  64. package/dist/src/tasks/audio-to-audio/data.d.ts.map +0 -1
  65. package/dist/src/tasks/automatic-speech-recognition/data.d.ts +0 -4
  66. package/dist/src/tasks/automatic-speech-recognition/data.d.ts.map +0 -1
  67. package/dist/src/tasks/automatic-speech-recognition/inference.d.ts +0 -155
  68. package/dist/src/tasks/automatic-speech-recognition/inference.d.ts.map +0 -1
  69. package/dist/src/tasks/chat-completion/inference.d.ts +0 -291
  70. package/dist/src/tasks/chat-completion/inference.d.ts.map +0 -1
  71. package/dist/src/tasks/depth-estimation/data.d.ts +0 -4
  72. package/dist/src/tasks/depth-estimation/data.d.ts.map +0 -1
  73. package/dist/src/tasks/depth-estimation/inference.d.ts +0 -36
  74. package/dist/src/tasks/depth-estimation/inference.d.ts.map +0 -1
  75. package/dist/src/tasks/document-question-answering/data.d.ts +0 -4
  76. package/dist/src/tasks/document-question-answering/data.d.ts.map +0 -1
  77. package/dist/src/tasks/document-question-answering/inference.d.ts +0 -111
  78. package/dist/src/tasks/document-question-answering/inference.d.ts.map +0 -1
  79. package/dist/src/tasks/feature-extraction/data.d.ts +0 -4
  80. package/dist/src/tasks/feature-extraction/data.d.ts.map +0 -1
  81. package/dist/src/tasks/feature-extraction/inference.d.ts +0 -38
  82. package/dist/src/tasks/feature-extraction/inference.d.ts.map +0 -1
  83. package/dist/src/tasks/fill-mask/data.d.ts +0 -4
  84. package/dist/src/tasks/fill-mask/data.d.ts.map +0 -1
  85. package/dist/src/tasks/fill-mask/inference.d.ts +0 -63
  86. package/dist/src/tasks/fill-mask/inference.d.ts.map +0 -1
  87. package/dist/src/tasks/image-classification/data.d.ts +0 -4
  88. package/dist/src/tasks/image-classification/data.d.ts.map +0 -1
  89. package/dist/src/tasks/image-classification/inference.d.ts +0 -53
  90. package/dist/src/tasks/image-classification/inference.d.ts.map +0 -1
  91. package/dist/src/tasks/image-feature-extraction/data.d.ts +0 -4
  92. package/dist/src/tasks/image-feature-extraction/data.d.ts.map +0 -1
  93. package/dist/src/tasks/image-segmentation/data.d.ts +0 -4
  94. package/dist/src/tasks/image-segmentation/data.d.ts.map +0 -1
  95. package/dist/src/tasks/image-segmentation/inference.d.ts +0 -70
  96. package/dist/src/tasks/image-segmentation/inference.d.ts.map +0 -1
  97. package/dist/src/tasks/image-text-to-text/data.d.ts +0 -4
  98. package/dist/src/tasks/image-text-to-text/data.d.ts.map +0 -1
  99. package/dist/src/tasks/image-to-3d/data.d.ts +0 -4
  100. package/dist/src/tasks/image-to-3d/data.d.ts.map +0 -1
  101. package/dist/src/tasks/image-to-image/data.d.ts +0 -4
  102. package/dist/src/tasks/image-to-image/data.d.ts.map +0 -1
  103. package/dist/src/tasks/image-to-image/inference.d.ts +0 -65
  104. package/dist/src/tasks/image-to-image/inference.d.ts.map +0 -1
  105. package/dist/src/tasks/image-to-text/data.d.ts +0 -4
  106. package/dist/src/tasks/image-to-text/data.d.ts.map +0 -1
  107. package/dist/src/tasks/image-to-text/inference.d.ts +0 -139
  108. package/dist/src/tasks/image-to-text/inference.d.ts.map +0 -1
  109. package/dist/src/tasks/index.d.ts +0 -87
  110. package/dist/src/tasks/index.d.ts.map +0 -1
  111. package/dist/src/tasks/keypoint-detection/data.d.ts +0 -4
  112. package/dist/src/tasks/keypoint-detection/data.d.ts.map +0 -1
  113. package/dist/src/tasks/mask-generation/data.d.ts +0 -4
  114. package/dist/src/tasks/mask-generation/data.d.ts.map +0 -1
  115. package/dist/src/tasks/object-detection/data.d.ts +0 -4
  116. package/dist/src/tasks/object-detection/data.d.ts.map +0 -1
  117. package/dist/src/tasks/object-detection/inference.d.ts +0 -76
  118. package/dist/src/tasks/object-detection/inference.d.ts.map +0 -1
  119. package/dist/src/tasks/placeholder/data.d.ts +0 -4
  120. package/dist/src/tasks/placeholder/data.d.ts.map +0 -1
  121. package/dist/src/tasks/question-answering/data.d.ts +0 -4
  122. package/dist/src/tasks/question-answering/data.d.ts.map +0 -1
  123. package/dist/src/tasks/question-answering/inference.d.ts +0 -100
  124. package/dist/src/tasks/question-answering/inference.d.ts.map +0 -1
  125. package/dist/src/tasks/reinforcement-learning/data.d.ts +0 -4
  126. package/dist/src/tasks/reinforcement-learning/data.d.ts.map +0 -1
  127. package/dist/src/tasks/sentence-similarity/data.d.ts +0 -4
  128. package/dist/src/tasks/sentence-similarity/data.d.ts.map +0 -1
  129. package/dist/src/tasks/sentence-similarity/inference.d.ts +0 -32
  130. package/dist/src/tasks/sentence-similarity/inference.d.ts.map +0 -1
  131. package/dist/src/tasks/summarization/data.d.ts +0 -4
  132. package/dist/src/tasks/summarization/data.d.ts.map +0 -1
  133. package/dist/src/tasks/summarization/inference.d.ts +0 -56
  134. package/dist/src/tasks/summarization/inference.d.ts.map +0 -1
  135. package/dist/src/tasks/table-question-answering/data.d.ts +0 -4
  136. package/dist/src/tasks/table-question-answering/data.d.ts.map +0 -1
  137. package/dist/src/tasks/table-question-answering/inference.d.ts +0 -62
  138. package/dist/src/tasks/table-question-answering/inference.d.ts.map +0 -1
  139. package/dist/src/tasks/tabular-classification/data.d.ts +0 -4
  140. package/dist/src/tasks/tabular-classification/data.d.ts.map +0 -1
  141. package/dist/src/tasks/tabular-regression/data.d.ts +0 -4
  142. package/dist/src/tasks/tabular-regression/data.d.ts.map +0 -1
  143. package/dist/src/tasks/text-classification/data.d.ts +0 -4
  144. package/dist/src/tasks/text-classification/data.d.ts.map +0 -1
  145. package/dist/src/tasks/text-classification/inference.d.ts +0 -52
  146. package/dist/src/tasks/text-classification/inference.d.ts.map +0 -1
  147. package/dist/src/tasks/text-generation/data.d.ts +0 -4
  148. package/dist/src/tasks/text-generation/data.d.ts.map +0 -1
  149. package/dist/src/tasks/text-generation/inference.d.ts +0 -188
  150. package/dist/src/tasks/text-generation/inference.d.ts.map +0 -1
  151. package/dist/src/tasks/text-to-3d/data.d.ts +0 -4
  152. package/dist/src/tasks/text-to-3d/data.d.ts.map +0 -1
  153. package/dist/src/tasks/text-to-audio/inference.d.ts +0 -139
  154. package/dist/src/tasks/text-to-audio/inference.d.ts.map +0 -1
  155. package/dist/src/tasks/text-to-image/data.d.ts +0 -4
  156. package/dist/src/tasks/text-to-image/data.d.ts.map +0 -1
  157. package/dist/src/tasks/text-to-image/inference.d.ts +0 -72
  158. package/dist/src/tasks/text-to-image/inference.d.ts.map +0 -1
  159. package/dist/src/tasks/text-to-speech/data.d.ts +0 -4
  160. package/dist/src/tasks/text-to-speech/data.d.ts.map +0 -1
  161. package/dist/src/tasks/text-to-speech/inference.d.ts +0 -141
  162. package/dist/src/tasks/text-to-speech/inference.d.ts.map +0 -1
  163. package/dist/src/tasks/text-to-video/data.d.ts +0 -4
  164. package/dist/src/tasks/text-to-video/data.d.ts.map +0 -1
  165. package/dist/src/tasks/text2text-generation/inference.d.ts +0 -54
  166. package/dist/src/tasks/text2text-generation/inference.d.ts.map +0 -1
  167. package/dist/src/tasks/token-classification/data.d.ts +0 -4
  168. package/dist/src/tasks/token-classification/data.d.ts.map +0 -1
  169. package/dist/src/tasks/token-classification/inference.d.ts +0 -86
  170. package/dist/src/tasks/token-classification/inference.d.ts.map +0 -1
  171. package/dist/src/tasks/translation/data.d.ts +0 -4
  172. package/dist/src/tasks/translation/data.d.ts.map +0 -1
  173. package/dist/src/tasks/translation/inference.d.ts +0 -66
  174. package/dist/src/tasks/translation/inference.d.ts.map +0 -1
  175. package/dist/src/tasks/unconditional-image-generation/data.d.ts +0 -4
  176. package/dist/src/tasks/unconditional-image-generation/data.d.ts.map +0 -1
  177. package/dist/src/tasks/video-classification/data.d.ts +0 -4
  178. package/dist/src/tasks/video-classification/data.d.ts.map +0 -1
  179. package/dist/src/tasks/video-classification/inference.d.ts +0 -60
  180. package/dist/src/tasks/video-classification/inference.d.ts.map +0 -1
  181. package/dist/src/tasks/video-text-to-text/data.d.ts +0 -4
  182. package/dist/src/tasks/video-text-to-text/data.d.ts.map +0 -1
  183. package/dist/src/tasks/visual-question-answering/data.d.ts +0 -4
  184. package/dist/src/tasks/visual-question-answering/data.d.ts.map +0 -1
  185. package/dist/src/tasks/visual-question-answering/inference.d.ts +0 -63
  186. package/dist/src/tasks/visual-question-answering/inference.d.ts.map +0 -1
  187. package/dist/src/tasks/zero-shot-classification/data.d.ts +0 -4
  188. package/dist/src/tasks/zero-shot-classification/data.d.ts.map +0 -1
  189. package/dist/src/tasks/zero-shot-classification/inference.d.ts +0 -68
  190. package/dist/src/tasks/zero-shot-classification/inference.d.ts.map +0 -1
  191. package/dist/src/tasks/zero-shot-image-classification/data.d.ts +0 -4
  192. package/dist/src/tasks/zero-shot-image-classification/data.d.ts.map +0 -1
  193. package/dist/src/tasks/zero-shot-image-classification/inference.d.ts +0 -62
  194. package/dist/src/tasks/zero-shot-image-classification/inference.d.ts.map +0 -1
  195. package/dist/src/tasks/zero-shot-object-detection/data.d.ts +0 -4
  196. package/dist/src/tasks/zero-shot-object-detection/data.d.ts.map +0 -1
  197. package/dist/src/tasks/zero-shot-object-detection/inference.d.ts +0 -67
  198. package/dist/src/tasks/zero-shot-object-detection/inference.d.ts.map +0 -1
  199. package/dist/src/tokenizer-data.d.ts +0 -26
  200. package/dist/src/tokenizer-data.d.ts.map +0 -1
  201. package/dist/src/widget-example.d.ts +0 -83
  202. package/dist/src/widget-example.d.ts.map +0 -1
@@ -1,797 +0,0 @@
1
- import type { ModelData } from "./model-data";
2
- import type { ElasticSearchQuery } from "./model-libraries-downloads";
3
- /**
4
- * Elements configurable by a model library.
5
- */
6
- export interface LibraryUiElement {
7
- /**
8
- * Pretty name of the library.
9
- * displayed in tags, and on the main
10
- * call-to-action button on the model page.
11
- */
12
- prettyLabel: string;
13
- /**
14
- * Repo name of the library's (usually on GitHub) code repo
15
- */
16
- repoName: string;
17
- /**
18
- * URL to library's (usually on GitHub) code repo
19
- */
20
- repoUrl: string;
21
- /**
22
- * URL to library's docs
23
- */
24
- docsUrl?: string;
25
- /**
26
- * Code snippet(s) displayed on model page
27
- */
28
- snippets?: (model: ModelData) => string[];
29
- /**
30
- * Elastic query used to count this library's model downloads
31
- *
32
- * By default, those files are counted:
33
- * "config.json", "config.yaml", "hyperparams.yaml", "meta.yaml"
34
- */
35
- countDownloads?: ElasticSearchQuery;
36
- /**
37
- * should we display this library in hf.co/models filter
38
- * (only for popular libraries with > 100 models)
39
- */
40
- filter?: boolean;
41
- }
42
- /**
43
- * Add your new library here.
44
- *
45
- * This is for modeling (= architectures) libraries, not for file formats (like ONNX, etc).
46
- * (unlike libraries, file formats live in an enum inside the internal codebase.)
47
- *
48
- * Doc on how to add a library to the Hub:
49
- *
50
- * https://huggingface.co/docs/hub/models-adding-libraries
51
- *
52
- * /!\ IMPORTANT
53
- *
54
- * The key you choose is the tag your models have in their library_name on the Hub.
55
- */
56
- export declare const MODEL_LIBRARIES_UI_ELEMENTS: {
57
- "adapter-transformers": {
58
- prettyLabel: string;
59
- repoName: string;
60
- repoUrl: string;
61
- docsUrl: string;
62
- snippets: (model: ModelData) => string[];
63
- filter: true;
64
- countDownloads: string;
65
- };
66
- allennlp: {
67
- prettyLabel: string;
68
- repoName: string;
69
- repoUrl: string;
70
- docsUrl: string;
71
- snippets: (model: ModelData) => string[];
72
- filter: true;
73
- };
74
- asteroid: {
75
- prettyLabel: string;
76
- repoName: string;
77
- repoUrl: string;
78
- docsUrl: string;
79
- snippets: (model: ModelData) => string[];
80
- filter: true;
81
- countDownloads: string;
82
- };
83
- audiocraft: {
84
- prettyLabel: string;
85
- repoName: string;
86
- repoUrl: string;
87
- snippets: (model: ModelData) => string[];
88
- filter: false;
89
- countDownloads: string;
90
- };
91
- audioseal: {
92
- prettyLabel: string;
93
- repoName: string;
94
- repoUrl: string;
95
- filter: false;
96
- countDownloads: string;
97
- snippets: (model: ModelData) => string[];
98
- };
99
- bertopic: {
100
- prettyLabel: string;
101
- repoName: string;
102
- repoUrl: string;
103
- snippets: (model: ModelData) => string[];
104
- filter: true;
105
- };
106
- big_vision: {
107
- prettyLabel: string;
108
- repoName: string;
109
- repoUrl: string;
110
- filter: false;
111
- countDownloads: string;
112
- };
113
- birefnet: {
114
- prettyLabel: string;
115
- repoName: string;
116
- repoUrl: string;
117
- snippets: (model: ModelData) => string[];
118
- filter: false;
119
- };
120
- bm25s: {
121
- prettyLabel: string;
122
- repoName: string;
123
- repoUrl: string;
124
- snippets: (model: ModelData) => string[];
125
- filter: false;
126
- countDownloads: string;
127
- };
128
- champ: {
129
- prettyLabel: string;
130
- repoName: string;
131
- repoUrl: string;
132
- countDownloads: string;
133
- };
134
- chat_tts: {
135
- prettyLabel: string;
136
- repoName: string;
137
- repoUrl: string;
138
- snippets: () => string[];
139
- filter: false;
140
- countDownloads: string;
141
- };
142
- colpali: {
143
- prettyLabel: string;
144
- repoName: string;
145
- repoUrl: string;
146
- filter: false;
147
- countDownloads: string;
148
- };
149
- deepforest: {
150
- prettyLabel: string;
151
- repoName: string;
152
- docsUrl: string;
153
- repoUrl: string;
154
- countDownloads: string;
155
- };
156
- "depth-anything-v2": {
157
- prettyLabel: string;
158
- repoName: string;
159
- repoUrl: string;
160
- snippets: (model: ModelData) => string[];
161
- filter: false;
162
- countDownloads: string;
163
- };
164
- "depth-pro": {
165
- prettyLabel: string;
166
- repoName: string;
167
- repoUrl: string;
168
- countDownloads: string;
169
- snippets: (model: ModelData) => string[];
170
- filter: false;
171
- };
172
- diffree: {
173
- prettyLabel: string;
174
- repoName: string;
175
- repoUrl: string;
176
- filter: false;
177
- countDownloads: string;
178
- };
179
- diffusers: {
180
- prettyLabel: string;
181
- repoName: string;
182
- repoUrl: string;
183
- docsUrl: string;
184
- snippets: (model: ModelData) => string[];
185
- filter: true;
186
- };
187
- diffusionkit: {
188
- prettyLabel: string;
189
- repoName: string;
190
- repoUrl: string;
191
- snippets: (model: ModelData) => string[];
192
- };
193
- doctr: {
194
- prettyLabel: string;
195
- repoName: string;
196
- repoUrl: string;
197
- };
198
- cartesia_pytorch: {
199
- prettyLabel: string;
200
- repoName: string;
201
- repoUrl: string;
202
- snippets: (model: ModelData) => string[];
203
- };
204
- cartesia_mlx: {
205
- prettyLabel: string;
206
- repoName: string;
207
- repoUrl: string;
208
- snippets: (model: ModelData) => string[];
209
- };
210
- cotracker: {
211
- prettyLabel: string;
212
- repoName: string;
213
- repoUrl: string;
214
- filter: false;
215
- countDownloads: string;
216
- };
217
- edsnlp: {
218
- prettyLabel: string;
219
- repoName: string;
220
- repoUrl: string;
221
- docsUrl: string;
222
- filter: false;
223
- snippets: (model: ModelData) => string[];
224
- countDownloads: string;
225
- };
226
- elm: {
227
- prettyLabel: string;
228
- repoName: string;
229
- repoUrl: string;
230
- filter: false;
231
- countDownloads: string;
232
- };
233
- espnet: {
234
- prettyLabel: string;
235
- repoName: string;
236
- repoUrl: string;
237
- docsUrl: string;
238
- snippets: (model: ModelData) => string[];
239
- filter: true;
240
- };
241
- fairseq: {
242
- prettyLabel: string;
243
- repoName: string;
244
- repoUrl: string;
245
- snippets: (model: ModelData) => string[];
246
- filter: true;
247
- };
248
- fastai: {
249
- prettyLabel: string;
250
- repoName: string;
251
- repoUrl: string;
252
- docsUrl: string;
253
- snippets: (model: ModelData) => string[];
254
- filter: true;
255
- };
256
- fasttext: {
257
- prettyLabel: string;
258
- repoName: string;
259
- repoUrl: string;
260
- snippets: (model: ModelData) => string[];
261
- filter: true;
262
- countDownloads: string;
263
- };
264
- flair: {
265
- prettyLabel: string;
266
- repoName: string;
267
- repoUrl: string;
268
- docsUrl: string;
269
- snippets: (model: ModelData) => string[];
270
- filter: true;
271
- countDownloads: string;
272
- };
273
- "gemma.cpp": {
274
- prettyLabel: string;
275
- repoName: string;
276
- repoUrl: string;
277
- filter: false;
278
- countDownloads: string;
279
- };
280
- gliner: {
281
- prettyLabel: string;
282
- repoName: string;
283
- repoUrl: string;
284
- snippets: (model: ModelData) => string[];
285
- filter: false;
286
- countDownloads: string;
287
- };
288
- "glyph-byt5": {
289
- prettyLabel: string;
290
- repoName: string;
291
- repoUrl: string;
292
- filter: false;
293
- countDownloads: string;
294
- };
295
- grok: {
296
- prettyLabel: string;
297
- repoName: string;
298
- repoUrl: string;
299
- filter: false;
300
- countDownloads: string;
301
- };
302
- hallo: {
303
- prettyLabel: string;
304
- repoName: string;
305
- repoUrl: string;
306
- countDownloads: string;
307
- };
308
- hezar: {
309
- prettyLabel: string;
310
- repoName: string;
311
- repoUrl: string;
312
- docsUrl: string;
313
- countDownloads: string;
314
- };
315
- "hunyuan-dit": {
316
- prettyLabel: string;
317
- repoName: string;
318
- repoUrl: string;
319
- countDownloads: string;
320
- };
321
- imstoucan: {
322
- prettyLabel: string;
323
- repoName: string;
324
- repoUrl: string;
325
- countDownloads: string;
326
- };
327
- keras: {
328
- prettyLabel: string;
329
- repoName: string;
330
- repoUrl: string;
331
- docsUrl: string;
332
- snippets: (model: ModelData) => string[];
333
- filter: true;
334
- countDownloads: string;
335
- };
336
- "tf-keras": {
337
- prettyLabel: string;
338
- repoName: string;
339
- repoUrl: string;
340
- docsUrl: string;
341
- snippets: (model: ModelData) => string[];
342
- countDownloads: string;
343
- };
344
- "keras-nlp": {
345
- prettyLabel: string;
346
- repoName: string;
347
- repoUrl: string;
348
- docsUrl: string;
349
- snippets: (model: ModelData) => string[];
350
- };
351
- "keras-hub": {
352
- prettyLabel: string;
353
- repoName: string;
354
- repoUrl: string;
355
- docsUrl: string;
356
- snippets: (model: ModelData) => string[];
357
- filter: true;
358
- };
359
- k2: {
360
- prettyLabel: string;
361
- repoName: string;
362
- repoUrl: string;
363
- };
364
- liveportrait: {
365
- prettyLabel: string;
366
- repoName: string;
367
- repoUrl: string;
368
- filter: false;
369
- countDownloads: string;
370
- };
371
- "llama-cpp-python": {
372
- prettyLabel: string;
373
- repoName: string;
374
- repoUrl: string;
375
- snippets: (model: ModelData) => string[];
376
- };
377
- "mini-omni2": {
378
- prettyLabel: string;
379
- repoName: string;
380
- repoUrl: string;
381
- countDownloads: string;
382
- };
383
- mindspore: {
384
- prettyLabel: string;
385
- repoName: string;
386
- repoUrl: string;
387
- };
388
- "mamba-ssm": {
389
- prettyLabel: string;
390
- repoName: string;
391
- repoUrl: string;
392
- filter: false;
393
- snippets: (model: ModelData) => string[];
394
- };
395
- "mars5-tts": {
396
- prettyLabel: string;
397
- repoName: string;
398
- repoUrl: string;
399
- filter: false;
400
- countDownloads: string;
401
- snippets: (model: ModelData) => string[];
402
- };
403
- "mesh-anything": {
404
- prettyLabel: string;
405
- repoName: string;
406
- repoUrl: string;
407
- filter: false;
408
- countDownloads: string;
409
- snippets: () => string[];
410
- };
411
- "ml-agents": {
412
- prettyLabel: string;
413
- repoName: string;
414
- repoUrl: string;
415
- docsUrl: string;
416
- snippets: (model: ModelData) => string[];
417
- filter: true;
418
- countDownloads: string;
419
- };
420
- mlx: {
421
- prettyLabel: string;
422
- repoName: string;
423
- repoUrl: string;
424
- snippets: (model: ModelData) => string[];
425
- filter: true;
426
- };
427
- "mlx-image": {
428
- prettyLabel: string;
429
- repoName: string;
430
- repoUrl: string;
431
- docsUrl: string;
432
- snippets: (model: ModelData) => string[];
433
- filter: false;
434
- countDownloads: string;
435
- };
436
- "mlc-llm": {
437
- prettyLabel: string;
438
- repoName: string;
439
- repoUrl: string;
440
- docsUrl: string;
441
- filter: false;
442
- countDownloads: string;
443
- };
444
- model2vec: {
445
- prettyLabel: string;
446
- repoName: string;
447
- repoUrl: string;
448
- snippets: (model: ModelData) => string[];
449
- filter: false;
450
- };
451
- moshi: {
452
- prettyLabel: string;
453
- repoName: string;
454
- repoUrl: string;
455
- filter: false;
456
- countDownloads: string;
457
- };
458
- nemo: {
459
- prettyLabel: string;
460
- repoName: string;
461
- repoUrl: string;
462
- snippets: (model: ModelData) => string[];
463
- filter: true;
464
- countDownloads: string;
465
- };
466
- "open-oasis": {
467
- prettyLabel: string;
468
- repoName: string;
469
- repoUrl: string;
470
- countDownloads: string;
471
- };
472
- open_clip: {
473
- prettyLabel: string;
474
- repoName: string;
475
- repoUrl: string;
476
- snippets: (model: ModelData) => string[];
477
- filter: true;
478
- countDownloads: string;
479
- };
480
- paddlenlp: {
481
- prettyLabel: string;
482
- repoName: string;
483
- repoUrl: string;
484
- docsUrl: string;
485
- snippets: (model: ModelData) => string[];
486
- filter: true;
487
- countDownloads: string;
488
- };
489
- peft: {
490
- prettyLabel: string;
491
- repoName: string;
492
- repoUrl: string;
493
- snippets: (model: ModelData) => string[];
494
- filter: true;
495
- countDownloads: string;
496
- };
497
- pxia: {
498
- prettyLabel: string;
499
- repoName: string;
500
- repoUrl: string;
501
- snippets: (model: ModelData) => string[];
502
- filter: false;
503
- };
504
- "pyannote-audio": {
505
- prettyLabel: string;
506
- repoName: string;
507
- repoUrl: string;
508
- snippets: (model: ModelData) => string[];
509
- filter: true;
510
- };
511
- "py-feat": {
512
- prettyLabel: string;
513
- repoName: string;
514
- repoUrl: string;
515
- docsUrl: string;
516
- filter: false;
517
- };
518
- pythae: {
519
- prettyLabel: string;
520
- repoName: string;
521
- repoUrl: string;
522
- snippets: (model: ModelData) => string[];
523
- filter: false;
524
- };
525
- recurrentgemma: {
526
- prettyLabel: string;
527
- repoName: string;
528
- repoUrl: string;
529
- filter: false;
530
- countDownloads: string;
531
- };
532
- relik: {
533
- prettyLabel: string;
534
- repoName: string;
535
- repoUrl: string;
536
- snippets: (model: ModelData) => string[];
537
- filter: false;
538
- };
539
- refiners: {
540
- prettyLabel: string;
541
- repoName: string;
542
- repoUrl: string;
543
- docsUrl: string;
544
- filter: false;
545
- countDownloads: string;
546
- };
547
- reverb: {
548
- prettyLabel: string;
549
- repoName: string;
550
- repoUrl: string;
551
- filter: false;
552
- };
553
- saelens: {
554
- prettyLabel: string;
555
- repoName: string;
556
- repoUrl: string;
557
- snippets: () => string[];
558
- filter: false;
559
- };
560
- sam2: {
561
- prettyLabel: string;
562
- repoName: string;
563
- repoUrl: string;
564
- filter: false;
565
- snippets: (model: ModelData) => string[];
566
- countDownloads: string;
567
- };
568
- "sample-factory": {
569
- prettyLabel: string;
570
- repoName: string;
571
- repoUrl: string;
572
- docsUrl: string;
573
- snippets: (model: ModelData) => string[];
574
- filter: true;
575
- countDownloads: string;
576
- };
577
- sapiens: {
578
- prettyLabel: string;
579
- repoName: string;
580
- repoUrl: string;
581
- filter: false;
582
- countDownloads: string;
583
- };
584
- "sentence-transformers": {
585
- prettyLabel: string;
586
- repoName: string;
587
- repoUrl: string;
588
- docsUrl: string;
589
- snippets: (model: ModelData) => string[];
590
- filter: true;
591
- };
592
- setfit: {
593
- prettyLabel: string;
594
- repoName: string;
595
- repoUrl: string;
596
- docsUrl: string;
597
- snippets: (model: ModelData) => string[];
598
- filter: true;
599
- };
600
- sklearn: {
601
- prettyLabel: string;
602
- repoName: string;
603
- repoUrl: string;
604
- snippets: (model: ModelData) => string[];
605
- filter: true;
606
- countDownloads: string;
607
- };
608
- spacy: {
609
- prettyLabel: string;
610
- repoName: string;
611
- repoUrl: string;
612
- docsUrl: string;
613
- snippets: (model: ModelData) => string[];
614
- filter: true;
615
- countDownloads: string;
616
- };
617
- "span-marker": {
618
- prettyLabel: string;
619
- repoName: string;
620
- repoUrl: string;
621
- docsUrl: string;
622
- snippets: (model: ModelData) => string[];
623
- filter: true;
624
- };
625
- speechbrain: {
626
- prettyLabel: string;
627
- repoName: string;
628
- repoUrl: string;
629
- docsUrl: string;
630
- snippets: (model: ModelData) => string[];
631
- filter: true;
632
- countDownloads: string;
633
- };
634
- "ssr-speech": {
635
- prettyLabel: string;
636
- repoName: string;
637
- repoUrl: string;
638
- filter: false;
639
- countDownloads: string;
640
- };
641
- "stable-audio-tools": {
642
- prettyLabel: string;
643
- repoName: string;
644
- repoUrl: string;
645
- filter: false;
646
- countDownloads: string;
647
- snippets: (model: ModelData) => string[];
648
- };
649
- "diffusion-single-file": {
650
- prettyLabel: string;
651
- repoName: string;
652
- repoUrl: string;
653
- filter: false;
654
- countDownloads: string;
655
- };
656
- "seed-story": {
657
- prettyLabel: string;
658
- repoName: string;
659
- repoUrl: string;
660
- filter: false;
661
- countDownloads: string;
662
- snippets: () => string[];
663
- };
664
- soloaudio: {
665
- prettyLabel: string;
666
- repoName: string;
667
- repoUrl: string;
668
- filter: false;
669
- countDownloads: string;
670
- };
671
- "stable-baselines3": {
672
- prettyLabel: string;
673
- repoName: string;
674
- repoUrl: string;
675
- docsUrl: string;
676
- snippets: (model: ModelData) => string[];
677
- filter: true;
678
- countDownloads: string;
679
- };
680
- stanza: {
681
- prettyLabel: string;
682
- repoName: string;
683
- repoUrl: string;
684
- docsUrl: string;
685
- snippets: (model: ModelData) => string[];
686
- filter: true;
687
- countDownloads: string;
688
- };
689
- "f5-tts": {
690
- prettyLabel: string;
691
- repoName: string;
692
- repoUrl: string;
693
- filter: false;
694
- countDownloads: string;
695
- };
696
- genmo: {
697
- prettyLabel: string;
698
- repoName: string;
699
- repoUrl: string;
700
- filter: false;
701
- countDownloads: string;
702
- };
703
- tensorflowtts: {
704
- prettyLabel: string;
705
- repoName: string;
706
- repoUrl: string;
707
- snippets: (model: ModelData) => string[];
708
- };
709
- "tic-clip": {
710
- prettyLabel: string;
711
- repoName: string;
712
- repoUrl: string;
713
- filter: false;
714
- countDownloads: string;
715
- };
716
- timesfm: {
717
- prettyLabel: string;
718
- repoName: string;
719
- repoUrl: string;
720
- filter: false;
721
- countDownloads: string;
722
- };
723
- timm: {
724
- prettyLabel: string;
725
- repoName: string;
726
- repoUrl: string;
727
- docsUrl: string;
728
- snippets: (model: ModelData) => string[];
729
- filter: true;
730
- countDownloads: string;
731
- };
732
- transformers: {
733
- prettyLabel: string;
734
- repoName: string;
735
- repoUrl: string;
736
- docsUrl: string;
737
- snippets: (model: ModelData) => string[];
738
- filter: true;
739
- };
740
- "transformers.js": {
741
- prettyLabel: string;
742
- repoName: string;
743
- repoUrl: string;
744
- docsUrl: string;
745
- snippets: (model: ModelData) => string[];
746
- filter: true;
747
- };
748
- "unity-sentis": {
749
- prettyLabel: string;
750
- repoName: string;
751
- repoUrl: string;
752
- snippets: () => string[];
753
- filter: true;
754
- countDownloads: string;
755
- };
756
- "vfi-mamba": {
757
- prettyLabel: string;
758
- repoName: string;
759
- repoUrl: string;
760
- countDownloads: string;
761
- snippets: (model: ModelData) => string[];
762
- };
763
- voicecraft: {
764
- prettyLabel: string;
765
- repoName: string;
766
- repoUrl: string;
767
- docsUrl: string;
768
- snippets: (model: ModelData) => string[];
769
- };
770
- yolov10: {
771
- prettyLabel: string;
772
- repoName: string;
773
- repoUrl: string;
774
- docsUrl: string;
775
- snippets: (model: ModelData) => string[];
776
- };
777
- whisperkit: {
778
- prettyLabel: string;
779
- repoName: string;
780
- repoUrl: string;
781
- docsUrl: string;
782
- snippets: () => string[];
783
- countDownloads: string;
784
- };
785
- "3dtopia-xl": {
786
- prettyLabel: string;
787
- repoName: string;
788
- repoUrl: string;
789
- filter: false;
790
- countDownloads: string;
791
- snippets: (model: ModelData) => string[];
792
- };
793
- };
794
- export type ModelLibraryKey = keyof typeof MODEL_LIBRARIES_UI_ELEMENTS;
795
- export declare const ALL_MODEL_LIBRARY_KEYS: ("adapter-transformers" | "allennlp" | "asteroid" | "audiocraft" | "audioseal" | "bertopic" | "big_vision" | "birefnet" | "bm25s" | "champ" | "chat_tts" | "colpali" | "deepforest" | "depth-anything-v2" | "depth-pro" | "diffree" | "diffusers" | "diffusionkit" | "doctr" | "cartesia_pytorch" | "cartesia_mlx" | "cotracker" | "edsnlp" | "elm" | "espnet" | "fairseq" | "fastai" | "fasttext" | "flair" | "gemma.cpp" | "gliner" | "glyph-byt5" | "grok" | "hallo" | "hezar" | "hunyuan-dit" | "imstoucan" | "keras" | "tf-keras" | "keras-nlp" | "keras-hub" | "k2" | "liveportrait" | "llama-cpp-python" | "mini-omni2" | "mindspore" | "mamba-ssm" | "mars5-tts" | "mesh-anything" | "ml-agents" | "mlx" | "mlx-image" | "mlc-llm" | "model2vec" | "moshi" | "nemo" | "open-oasis" | "open_clip" | "paddlenlp" | "peft" | "pxia" | "pyannote-audio" | "py-feat" | "pythae" | "recurrentgemma" | "relik" | "refiners" | "reverb" | "saelens" | "sam2" | "sample-factory" | "sapiens" | "sentence-transformers" | "setfit" | "sklearn" | "spacy" | "span-marker" | "speechbrain" | "ssr-speech" | "stable-audio-tools" | "diffusion-single-file" | "seed-story" | "soloaudio" | "stable-baselines3" | "stanza" | "f5-tts" | "genmo" | "tensorflowtts" | "tic-clip" | "timesfm" | "timm" | "transformers" | "transformers.js" | "unity-sentis" | "vfi-mamba" | "voicecraft" | "yolov10" | "whisperkit" | "3dtopia-xl")[];
796
- export declare const ALL_DISPLAY_MODEL_LIBRARY_KEYS: ("adapter-transformers" | "allennlp" | "asteroid" | "audiocraft" | "audioseal" | "bertopic" | "big_vision" | "birefnet" | "bm25s" | "champ" | "chat_tts" | "colpali" | "deepforest" | "depth-anything-v2" | "depth-pro" | "diffree" | "diffusers" | "diffusionkit" | "doctr" | "cartesia_pytorch" | "cartesia_mlx" | "cotracker" | "edsnlp" | "elm" | "espnet" | "fairseq" | "fastai" | "fasttext" | "flair" | "gemma.cpp" | "gliner" | "glyph-byt5" | "grok" | "hallo" | "hezar" | "hunyuan-dit" | "imstoucan" | "keras" | "tf-keras" | "keras-nlp" | "keras-hub" | "k2" | "liveportrait" | "llama-cpp-python" | "mini-omni2" | "mindspore" | "mamba-ssm" | "mars5-tts" | "mesh-anything" | "ml-agents" | "mlx" | "mlx-image" | "mlc-llm" | "model2vec" | "moshi" | "nemo" | "open-oasis" | "open_clip" | "paddlenlp" | "peft" | "pxia" | "pyannote-audio" | "py-feat" | "pythae" | "recurrentgemma" | "relik" | "refiners" | "reverb" | "saelens" | "sam2" | "sample-factory" | "sapiens" | "sentence-transformers" | "setfit" | "sklearn" | "spacy" | "span-marker" | "speechbrain" | "ssr-speech" | "stable-audio-tools" | "diffusion-single-file" | "seed-story" | "soloaudio" | "stable-baselines3" | "stanza" | "f5-tts" | "genmo" | "tensorflowtts" | "tic-clip" | "timesfm" | "timm" | "transformers" | "transformers.js" | "unity-sentis" | "vfi-mamba" | "voicecraft" | "yolov10" | "whisperkit" | "3dtopia-xl")[];
797
- //# sourceMappingURL=model-libraries.d.ts.map