@huggingface/tasks 0.13.0-test → 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 (197) hide show
  1. package/dist/index.d.cts +4778 -0
  2. package/dist/index.d.ts +4778 -0
  3. package/package.json +2 -3
  4. package/dist/scripts/inference-codegen.d.ts +0 -2
  5. package/dist/scripts/inference-codegen.d.ts.map +0 -1
  6. package/dist/scripts/inference-tei-import.d.ts +0 -2
  7. package/dist/scripts/inference-tei-import.d.ts.map +0 -1
  8. package/dist/scripts/inference-tgi-import.d.ts +0 -2
  9. package/dist/scripts/inference-tgi-import.d.ts.map +0 -1
  10. package/dist/src/dataset-libraries.d.ts +0 -87
  11. package/dist/src/dataset-libraries.d.ts.map +0 -1
  12. package/dist/src/default-widget-inputs.d.ts +0 -6
  13. package/dist/src/default-widget-inputs.d.ts.map +0 -1
  14. package/dist/src/gguf.d.ts +0 -35
  15. package/dist/src/gguf.d.ts.map +0 -1
  16. package/dist/src/hardware.d.ts +0 -478
  17. package/dist/src/hardware.d.ts.map +0 -1
  18. package/dist/src/index.d.ts +0 -21
  19. package/dist/src/index.d.ts.map +0 -1
  20. package/dist/src/library-to-tasks.d.ts +0 -11
  21. package/dist/src/library-to-tasks.d.ts.map +0 -1
  22. package/dist/src/local-apps.d.ts +0 -195
  23. package/dist/src/local-apps.d.ts.map +0 -1
  24. package/dist/src/model-data.d.ts +0 -146
  25. package/dist/src/model-data.d.ts.map +0 -1
  26. package/dist/src/model-libraries-downloads.d.ts +0 -18
  27. package/dist/src/model-libraries-downloads.d.ts.map +0 -1
  28. package/dist/src/model-libraries-snippets.d.ts +0 -72
  29. package/dist/src/model-libraries-snippets.d.ts.map +0 -1
  30. package/dist/src/model-libraries.d.ts +0 -804
  31. package/dist/src/model-libraries.d.ts.map +0 -1
  32. package/dist/src/pipelines.d.ts +0 -425
  33. package/dist/src/pipelines.d.ts.map +0 -1
  34. package/dist/src/snippets/common.d.ts +0 -14
  35. package/dist/src/snippets/common.d.ts.map +0 -1
  36. package/dist/src/snippets/curl.d.ts +0 -17
  37. package/dist/src/snippets/curl.d.ts.map +0 -1
  38. package/dist/src/snippets/curl.spec.d.ts +0 -2
  39. package/dist/src/snippets/curl.spec.d.ts.map +0 -1
  40. package/dist/src/snippets/index.d.ts +0 -6
  41. package/dist/src/snippets/index.d.ts.map +0 -1
  42. package/dist/src/snippets/inputs.d.ts +0 -4
  43. package/dist/src/snippets/inputs.d.ts.map +0 -1
  44. package/dist/src/snippets/js.d.ts +0 -19
  45. package/dist/src/snippets/js.d.ts.map +0 -1
  46. package/dist/src/snippets/js.spec.d.ts +0 -2
  47. package/dist/src/snippets/js.spec.d.ts.map +0 -1
  48. package/dist/src/snippets/python.d.ts +0 -22
  49. package/dist/src/snippets/python.d.ts.map +0 -1
  50. package/dist/src/snippets/python.spec.d.ts +0 -2
  51. package/dist/src/snippets/python.spec.d.ts.map +0 -1
  52. package/dist/src/snippets/types.d.ts +0 -12
  53. package/dist/src/snippets/types.d.ts.map +0 -1
  54. package/dist/src/tasks/audio-classification/data.d.ts +0 -4
  55. package/dist/src/tasks/audio-classification/data.d.ts.map +0 -1
  56. package/dist/src/tasks/audio-classification/inference.d.ts +0 -53
  57. package/dist/src/tasks/audio-classification/inference.d.ts.map +0 -1
  58. package/dist/src/tasks/audio-to-audio/data.d.ts +0 -4
  59. package/dist/src/tasks/audio-to-audio/data.d.ts.map +0 -1
  60. package/dist/src/tasks/automatic-speech-recognition/data.d.ts +0 -4
  61. package/dist/src/tasks/automatic-speech-recognition/data.d.ts.map +0 -1
  62. package/dist/src/tasks/automatic-speech-recognition/inference.d.ts +0 -155
  63. package/dist/src/tasks/automatic-speech-recognition/inference.d.ts.map +0 -1
  64. package/dist/src/tasks/chat-completion/inference.d.ts +0 -291
  65. package/dist/src/tasks/chat-completion/inference.d.ts.map +0 -1
  66. package/dist/src/tasks/depth-estimation/data.d.ts +0 -4
  67. package/dist/src/tasks/depth-estimation/data.d.ts.map +0 -1
  68. package/dist/src/tasks/depth-estimation/inference.d.ts +0 -36
  69. package/dist/src/tasks/depth-estimation/inference.d.ts.map +0 -1
  70. package/dist/src/tasks/document-question-answering/data.d.ts +0 -4
  71. package/dist/src/tasks/document-question-answering/data.d.ts.map +0 -1
  72. package/dist/src/tasks/document-question-answering/inference.d.ts +0 -111
  73. package/dist/src/tasks/document-question-answering/inference.d.ts.map +0 -1
  74. package/dist/src/tasks/feature-extraction/data.d.ts +0 -4
  75. package/dist/src/tasks/feature-extraction/data.d.ts.map +0 -1
  76. package/dist/src/tasks/feature-extraction/inference.d.ts +0 -38
  77. package/dist/src/tasks/feature-extraction/inference.d.ts.map +0 -1
  78. package/dist/src/tasks/fill-mask/data.d.ts +0 -4
  79. package/dist/src/tasks/fill-mask/data.d.ts.map +0 -1
  80. package/dist/src/tasks/fill-mask/inference.d.ts +0 -63
  81. package/dist/src/tasks/fill-mask/inference.d.ts.map +0 -1
  82. package/dist/src/tasks/image-classification/data.d.ts +0 -4
  83. package/dist/src/tasks/image-classification/data.d.ts.map +0 -1
  84. package/dist/src/tasks/image-classification/inference.d.ts +0 -53
  85. package/dist/src/tasks/image-classification/inference.d.ts.map +0 -1
  86. package/dist/src/tasks/image-feature-extraction/data.d.ts +0 -4
  87. package/dist/src/tasks/image-feature-extraction/data.d.ts.map +0 -1
  88. package/dist/src/tasks/image-segmentation/data.d.ts +0 -4
  89. package/dist/src/tasks/image-segmentation/data.d.ts.map +0 -1
  90. package/dist/src/tasks/image-segmentation/inference.d.ts +0 -70
  91. package/dist/src/tasks/image-segmentation/inference.d.ts.map +0 -1
  92. package/dist/src/tasks/image-text-to-text/data.d.ts +0 -4
  93. package/dist/src/tasks/image-text-to-text/data.d.ts.map +0 -1
  94. package/dist/src/tasks/image-to-3d/data.d.ts +0 -4
  95. package/dist/src/tasks/image-to-3d/data.d.ts.map +0 -1
  96. package/dist/src/tasks/image-to-image/data.d.ts +0 -4
  97. package/dist/src/tasks/image-to-image/data.d.ts.map +0 -1
  98. package/dist/src/tasks/image-to-image/inference.d.ts +0 -65
  99. package/dist/src/tasks/image-to-image/inference.d.ts.map +0 -1
  100. package/dist/src/tasks/image-to-text/data.d.ts +0 -4
  101. package/dist/src/tasks/image-to-text/data.d.ts.map +0 -1
  102. package/dist/src/tasks/image-to-text/inference.d.ts +0 -139
  103. package/dist/src/tasks/image-to-text/inference.d.ts.map +0 -1
  104. package/dist/src/tasks/index.d.ts +0 -87
  105. package/dist/src/tasks/index.d.ts.map +0 -1
  106. package/dist/src/tasks/keypoint-detection/data.d.ts +0 -4
  107. package/dist/src/tasks/keypoint-detection/data.d.ts.map +0 -1
  108. package/dist/src/tasks/mask-generation/data.d.ts +0 -4
  109. package/dist/src/tasks/mask-generation/data.d.ts.map +0 -1
  110. package/dist/src/tasks/object-detection/data.d.ts +0 -4
  111. package/dist/src/tasks/object-detection/data.d.ts.map +0 -1
  112. package/dist/src/tasks/object-detection/inference.d.ts +0 -76
  113. package/dist/src/tasks/object-detection/inference.d.ts.map +0 -1
  114. package/dist/src/tasks/placeholder/data.d.ts +0 -4
  115. package/dist/src/tasks/placeholder/data.d.ts.map +0 -1
  116. package/dist/src/tasks/question-answering/data.d.ts +0 -4
  117. package/dist/src/tasks/question-answering/data.d.ts.map +0 -1
  118. package/dist/src/tasks/question-answering/inference.d.ts +0 -100
  119. package/dist/src/tasks/question-answering/inference.d.ts.map +0 -1
  120. package/dist/src/tasks/reinforcement-learning/data.d.ts +0 -4
  121. package/dist/src/tasks/reinforcement-learning/data.d.ts.map +0 -1
  122. package/dist/src/tasks/sentence-similarity/data.d.ts +0 -4
  123. package/dist/src/tasks/sentence-similarity/data.d.ts.map +0 -1
  124. package/dist/src/tasks/sentence-similarity/inference.d.ts +0 -32
  125. package/dist/src/tasks/sentence-similarity/inference.d.ts.map +0 -1
  126. package/dist/src/tasks/summarization/data.d.ts +0 -4
  127. package/dist/src/tasks/summarization/data.d.ts.map +0 -1
  128. package/dist/src/tasks/summarization/inference.d.ts +0 -56
  129. package/dist/src/tasks/summarization/inference.d.ts.map +0 -1
  130. package/dist/src/tasks/table-question-answering/data.d.ts +0 -4
  131. package/dist/src/tasks/table-question-answering/data.d.ts.map +0 -1
  132. package/dist/src/tasks/table-question-answering/inference.d.ts +0 -62
  133. package/dist/src/tasks/table-question-answering/inference.d.ts.map +0 -1
  134. package/dist/src/tasks/tabular-classification/data.d.ts +0 -4
  135. package/dist/src/tasks/tabular-classification/data.d.ts.map +0 -1
  136. package/dist/src/tasks/tabular-regression/data.d.ts +0 -4
  137. package/dist/src/tasks/tabular-regression/data.d.ts.map +0 -1
  138. package/dist/src/tasks/text-classification/data.d.ts +0 -4
  139. package/dist/src/tasks/text-classification/data.d.ts.map +0 -1
  140. package/dist/src/tasks/text-classification/inference.d.ts +0 -52
  141. package/dist/src/tasks/text-classification/inference.d.ts.map +0 -1
  142. package/dist/src/tasks/text-generation/data.d.ts +0 -4
  143. package/dist/src/tasks/text-generation/data.d.ts.map +0 -1
  144. package/dist/src/tasks/text-generation/inference.d.ts +0 -188
  145. package/dist/src/tasks/text-generation/inference.d.ts.map +0 -1
  146. package/dist/src/tasks/text-to-3d/data.d.ts +0 -4
  147. package/dist/src/tasks/text-to-3d/data.d.ts.map +0 -1
  148. package/dist/src/tasks/text-to-audio/inference.d.ts +0 -139
  149. package/dist/src/tasks/text-to-audio/inference.d.ts.map +0 -1
  150. package/dist/src/tasks/text-to-image/data.d.ts +0 -4
  151. package/dist/src/tasks/text-to-image/data.d.ts.map +0 -1
  152. package/dist/src/tasks/text-to-image/inference.d.ts +0 -72
  153. package/dist/src/tasks/text-to-image/inference.d.ts.map +0 -1
  154. package/dist/src/tasks/text-to-speech/data.d.ts +0 -4
  155. package/dist/src/tasks/text-to-speech/data.d.ts.map +0 -1
  156. package/dist/src/tasks/text-to-speech/inference.d.ts +0 -141
  157. package/dist/src/tasks/text-to-speech/inference.d.ts.map +0 -1
  158. package/dist/src/tasks/text-to-video/data.d.ts +0 -4
  159. package/dist/src/tasks/text-to-video/data.d.ts.map +0 -1
  160. package/dist/src/tasks/text2text-generation/inference.d.ts +0 -54
  161. package/dist/src/tasks/text2text-generation/inference.d.ts.map +0 -1
  162. package/dist/src/tasks/token-classification/data.d.ts +0 -4
  163. package/dist/src/tasks/token-classification/data.d.ts.map +0 -1
  164. package/dist/src/tasks/token-classification/inference.d.ts +0 -86
  165. package/dist/src/tasks/token-classification/inference.d.ts.map +0 -1
  166. package/dist/src/tasks/translation/data.d.ts +0 -4
  167. package/dist/src/tasks/translation/data.d.ts.map +0 -1
  168. package/dist/src/tasks/translation/inference.d.ts +0 -66
  169. package/dist/src/tasks/translation/inference.d.ts.map +0 -1
  170. package/dist/src/tasks/unconditional-image-generation/data.d.ts +0 -4
  171. package/dist/src/tasks/unconditional-image-generation/data.d.ts.map +0 -1
  172. package/dist/src/tasks/video-classification/data.d.ts +0 -4
  173. package/dist/src/tasks/video-classification/data.d.ts.map +0 -1
  174. package/dist/src/tasks/video-classification/inference.d.ts +0 -60
  175. package/dist/src/tasks/video-classification/inference.d.ts.map +0 -1
  176. package/dist/src/tasks/video-text-to-text/data.d.ts +0 -4
  177. package/dist/src/tasks/video-text-to-text/data.d.ts.map +0 -1
  178. package/dist/src/tasks/visual-question-answering/data.d.ts +0 -4
  179. package/dist/src/tasks/visual-question-answering/data.d.ts.map +0 -1
  180. package/dist/src/tasks/visual-question-answering/inference.d.ts +0 -63
  181. package/dist/src/tasks/visual-question-answering/inference.d.ts.map +0 -1
  182. package/dist/src/tasks/zero-shot-classification/data.d.ts +0 -4
  183. package/dist/src/tasks/zero-shot-classification/data.d.ts.map +0 -1
  184. package/dist/src/tasks/zero-shot-classification/inference.d.ts +0 -68
  185. package/dist/src/tasks/zero-shot-classification/inference.d.ts.map +0 -1
  186. package/dist/src/tasks/zero-shot-image-classification/data.d.ts +0 -4
  187. package/dist/src/tasks/zero-shot-image-classification/data.d.ts.map +0 -1
  188. package/dist/src/tasks/zero-shot-image-classification/inference.d.ts +0 -62
  189. package/dist/src/tasks/zero-shot-image-classification/inference.d.ts.map +0 -1
  190. package/dist/src/tasks/zero-shot-object-detection/data.d.ts +0 -4
  191. package/dist/src/tasks/zero-shot-object-detection/data.d.ts.map +0 -1
  192. package/dist/src/tasks/zero-shot-object-detection/inference.d.ts +0 -67
  193. package/dist/src/tasks/zero-shot-object-detection/inference.d.ts.map +0 -1
  194. package/dist/src/tokenizer-data.d.ts +0 -26
  195. package/dist/src/tokenizer-data.d.ts.map +0 -1
  196. package/dist/src/widget-example.d.ts +0 -83
  197. package/dist/src/widget-example.d.ts.map +0 -1
@@ -1,804 +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
- htrflow: {
316
- prettyLabel: string;
317
- repoName: string;
318
- repoUrl: string;
319
- docsUrl: string;
320
- snippets: (model: ModelData) => string[];
321
- };
322
- "hunyuan-dit": {
323
- prettyLabel: string;
324
- repoName: string;
325
- repoUrl: string;
326
- countDownloads: string;
327
- };
328
- imstoucan: {
329
- prettyLabel: string;
330
- repoName: string;
331
- repoUrl: string;
332
- countDownloads: string;
333
- };
334
- keras: {
335
- prettyLabel: string;
336
- repoName: string;
337
- repoUrl: string;
338
- docsUrl: string;
339
- snippets: (model: ModelData) => string[];
340
- filter: true;
341
- countDownloads: string;
342
- };
343
- "tf-keras": {
344
- prettyLabel: string;
345
- repoName: string;
346
- repoUrl: string;
347
- docsUrl: string;
348
- snippets: (model: ModelData) => string[];
349
- countDownloads: string;
350
- };
351
- "keras-nlp": {
352
- prettyLabel: string;
353
- repoName: string;
354
- repoUrl: string;
355
- docsUrl: string;
356
- snippets: (model: ModelData) => string[];
357
- };
358
- "keras-hub": {
359
- prettyLabel: string;
360
- repoName: string;
361
- repoUrl: string;
362
- docsUrl: string;
363
- snippets: (model: ModelData) => string[];
364
- filter: true;
365
- };
366
- k2: {
367
- prettyLabel: string;
368
- repoName: string;
369
- repoUrl: string;
370
- };
371
- liveportrait: {
372
- prettyLabel: string;
373
- repoName: string;
374
- repoUrl: string;
375
- filter: false;
376
- countDownloads: string;
377
- };
378
- "llama-cpp-python": {
379
- prettyLabel: string;
380
- repoName: string;
381
- repoUrl: string;
382
- snippets: (model: ModelData) => string[];
383
- };
384
- "mini-omni2": {
385
- prettyLabel: string;
386
- repoName: string;
387
- repoUrl: string;
388
- countDownloads: string;
389
- };
390
- mindspore: {
391
- prettyLabel: string;
392
- repoName: string;
393
- repoUrl: string;
394
- };
395
- "mamba-ssm": {
396
- prettyLabel: string;
397
- repoName: string;
398
- repoUrl: string;
399
- filter: false;
400
- snippets: (model: ModelData) => string[];
401
- };
402
- "mars5-tts": {
403
- prettyLabel: string;
404
- repoName: string;
405
- repoUrl: string;
406
- filter: false;
407
- countDownloads: string;
408
- snippets: (model: ModelData) => string[];
409
- };
410
- "mesh-anything": {
411
- prettyLabel: string;
412
- repoName: string;
413
- repoUrl: string;
414
- filter: false;
415
- countDownloads: string;
416
- snippets: () => string[];
417
- };
418
- "ml-agents": {
419
- prettyLabel: string;
420
- repoName: string;
421
- repoUrl: string;
422
- docsUrl: string;
423
- snippets: (model: ModelData) => string[];
424
- filter: true;
425
- countDownloads: string;
426
- };
427
- mlx: {
428
- prettyLabel: string;
429
- repoName: string;
430
- repoUrl: string;
431
- snippets: (model: ModelData) => string[];
432
- filter: true;
433
- };
434
- "mlx-image": {
435
- prettyLabel: string;
436
- repoName: string;
437
- repoUrl: string;
438
- docsUrl: string;
439
- snippets: (model: ModelData) => string[];
440
- filter: false;
441
- countDownloads: string;
442
- };
443
- "mlc-llm": {
444
- prettyLabel: string;
445
- repoName: string;
446
- repoUrl: string;
447
- docsUrl: string;
448
- filter: false;
449
- countDownloads: string;
450
- };
451
- model2vec: {
452
- prettyLabel: string;
453
- repoName: string;
454
- repoUrl: string;
455
- snippets: (model: ModelData) => string[];
456
- filter: false;
457
- };
458
- moshi: {
459
- prettyLabel: string;
460
- repoName: string;
461
- repoUrl: string;
462
- filter: false;
463
- countDownloads: string;
464
- };
465
- nemo: {
466
- prettyLabel: string;
467
- repoName: string;
468
- repoUrl: string;
469
- snippets: (model: ModelData) => string[];
470
- filter: true;
471
- countDownloads: string;
472
- };
473
- "open-oasis": {
474
- prettyLabel: string;
475
- repoName: string;
476
- repoUrl: string;
477
- countDownloads: string;
478
- };
479
- open_clip: {
480
- prettyLabel: string;
481
- repoName: string;
482
- repoUrl: string;
483
- snippets: (model: ModelData) => string[];
484
- filter: true;
485
- countDownloads: string;
486
- };
487
- paddlenlp: {
488
- prettyLabel: string;
489
- repoName: string;
490
- repoUrl: string;
491
- docsUrl: string;
492
- snippets: (model: ModelData) => string[];
493
- filter: true;
494
- countDownloads: string;
495
- };
496
- peft: {
497
- prettyLabel: string;
498
- repoName: string;
499
- repoUrl: string;
500
- snippets: (model: ModelData) => string[];
501
- filter: true;
502
- countDownloads: string;
503
- };
504
- pxia: {
505
- prettyLabel: string;
506
- repoName: string;
507
- repoUrl: string;
508
- snippets: (model: ModelData) => string[];
509
- filter: false;
510
- };
511
- "pyannote-audio": {
512
- prettyLabel: string;
513
- repoName: string;
514
- repoUrl: string;
515
- snippets: (model: ModelData) => string[];
516
- filter: true;
517
- };
518
- "py-feat": {
519
- prettyLabel: string;
520
- repoName: string;
521
- repoUrl: string;
522
- docsUrl: string;
523
- filter: false;
524
- };
525
- pythae: {
526
- prettyLabel: string;
527
- repoName: string;
528
- repoUrl: string;
529
- snippets: (model: ModelData) => string[];
530
- filter: false;
531
- };
532
- recurrentgemma: {
533
- prettyLabel: string;
534
- repoName: string;
535
- repoUrl: string;
536
- filter: false;
537
- countDownloads: string;
538
- };
539
- relik: {
540
- prettyLabel: string;
541
- repoName: string;
542
- repoUrl: string;
543
- snippets: (model: ModelData) => string[];
544
- filter: false;
545
- };
546
- refiners: {
547
- prettyLabel: string;
548
- repoName: string;
549
- repoUrl: string;
550
- docsUrl: string;
551
- filter: false;
552
- countDownloads: string;
553
- };
554
- reverb: {
555
- prettyLabel: string;
556
- repoName: string;
557
- repoUrl: string;
558
- filter: false;
559
- };
560
- saelens: {
561
- prettyLabel: string;
562
- repoName: string;
563
- repoUrl: string;
564
- snippets: () => string[];
565
- filter: false;
566
- };
567
- sam2: {
568
- prettyLabel: string;
569
- repoName: string;
570
- repoUrl: string;
571
- filter: false;
572
- snippets: (model: ModelData) => string[];
573
- countDownloads: string;
574
- };
575
- "sample-factory": {
576
- prettyLabel: string;
577
- repoName: string;
578
- repoUrl: string;
579
- docsUrl: string;
580
- snippets: (model: ModelData) => string[];
581
- filter: true;
582
- countDownloads: string;
583
- };
584
- sapiens: {
585
- prettyLabel: string;
586
- repoName: string;
587
- repoUrl: string;
588
- filter: false;
589
- countDownloads: string;
590
- };
591
- "sentence-transformers": {
592
- prettyLabel: string;
593
- repoName: string;
594
- repoUrl: string;
595
- docsUrl: string;
596
- snippets: (model: ModelData) => string[];
597
- filter: true;
598
- };
599
- setfit: {
600
- prettyLabel: string;
601
- repoName: string;
602
- repoUrl: string;
603
- docsUrl: string;
604
- snippets: (model: ModelData) => string[];
605
- filter: true;
606
- };
607
- sklearn: {
608
- prettyLabel: string;
609
- repoName: string;
610
- repoUrl: string;
611
- snippets: (model: ModelData) => string[];
612
- filter: true;
613
- countDownloads: string;
614
- };
615
- spacy: {
616
- prettyLabel: string;
617
- repoName: string;
618
- repoUrl: string;
619
- docsUrl: string;
620
- snippets: (model: ModelData) => string[];
621
- filter: true;
622
- countDownloads: string;
623
- };
624
- "span-marker": {
625
- prettyLabel: string;
626
- repoName: string;
627
- repoUrl: string;
628
- docsUrl: string;
629
- snippets: (model: ModelData) => string[];
630
- filter: true;
631
- };
632
- speechbrain: {
633
- prettyLabel: string;
634
- repoName: string;
635
- repoUrl: string;
636
- docsUrl: string;
637
- snippets: (model: ModelData) => string[];
638
- filter: true;
639
- countDownloads: string;
640
- };
641
- "ssr-speech": {
642
- prettyLabel: string;
643
- repoName: string;
644
- repoUrl: string;
645
- filter: false;
646
- countDownloads: string;
647
- };
648
- "stable-audio-tools": {
649
- prettyLabel: string;
650
- repoName: string;
651
- repoUrl: string;
652
- filter: false;
653
- countDownloads: string;
654
- snippets: (model: ModelData) => string[];
655
- };
656
- "diffusion-single-file": {
657
- prettyLabel: string;
658
- repoName: string;
659
- repoUrl: string;
660
- filter: false;
661
- countDownloads: string;
662
- };
663
- "seed-story": {
664
- prettyLabel: string;
665
- repoName: string;
666
- repoUrl: string;
667
- filter: false;
668
- countDownloads: string;
669
- snippets: () => string[];
670
- };
671
- soloaudio: {
672
- prettyLabel: string;
673
- repoName: string;
674
- repoUrl: string;
675
- filter: false;
676
- countDownloads: string;
677
- };
678
- "stable-baselines3": {
679
- prettyLabel: string;
680
- repoName: string;
681
- repoUrl: string;
682
- docsUrl: string;
683
- snippets: (model: ModelData) => string[];
684
- filter: true;
685
- countDownloads: string;
686
- };
687
- stanza: {
688
- prettyLabel: string;
689
- repoName: string;
690
- repoUrl: string;
691
- docsUrl: string;
692
- snippets: (model: ModelData) => string[];
693
- filter: true;
694
- countDownloads: string;
695
- };
696
- "f5-tts": {
697
- prettyLabel: string;
698
- repoName: string;
699
- repoUrl: string;
700
- filter: false;
701
- countDownloads: string;
702
- };
703
- genmo: {
704
- prettyLabel: string;
705
- repoName: string;
706
- repoUrl: string;
707
- filter: false;
708
- countDownloads: string;
709
- };
710
- tensorflowtts: {
711
- prettyLabel: string;
712
- repoName: string;
713
- repoUrl: string;
714
- snippets: (model: ModelData) => string[];
715
- };
716
- "tic-clip": {
717
- prettyLabel: string;
718
- repoName: string;
719
- repoUrl: string;
720
- filter: false;
721
- countDownloads: string;
722
- };
723
- timesfm: {
724
- prettyLabel: string;
725
- repoName: string;
726
- repoUrl: string;
727
- filter: false;
728
- countDownloads: string;
729
- };
730
- timm: {
731
- prettyLabel: string;
732
- repoName: string;
733
- repoUrl: string;
734
- docsUrl: string;
735
- snippets: (model: ModelData) => string[];
736
- filter: true;
737
- countDownloads: string;
738
- };
739
- transformers: {
740
- prettyLabel: string;
741
- repoName: string;
742
- repoUrl: string;
743
- docsUrl: string;
744
- snippets: (model: ModelData) => string[];
745
- filter: true;
746
- };
747
- "transformers.js": {
748
- prettyLabel: string;
749
- repoName: string;
750
- repoUrl: string;
751
- docsUrl: string;
752
- snippets: (model: ModelData) => string[];
753
- filter: true;
754
- };
755
- "unity-sentis": {
756
- prettyLabel: string;
757
- repoName: string;
758
- repoUrl: string;
759
- snippets: () => string[];
760
- filter: true;
761
- countDownloads: string;
762
- };
763
- "vfi-mamba": {
764
- prettyLabel: string;
765
- repoName: string;
766
- repoUrl: string;
767
- countDownloads: string;
768
- snippets: (model: ModelData) => string[];
769
- };
770
- voicecraft: {
771
- prettyLabel: string;
772
- repoName: string;
773
- repoUrl: string;
774
- docsUrl: string;
775
- snippets: (model: ModelData) => string[];
776
- };
777
- yolov10: {
778
- prettyLabel: string;
779
- repoName: string;
780
- repoUrl: string;
781
- docsUrl: string;
782
- snippets: (model: ModelData) => string[];
783
- };
784
- whisperkit: {
785
- prettyLabel: string;
786
- repoName: string;
787
- repoUrl: string;
788
- docsUrl: string;
789
- snippets: () => string[];
790
- countDownloads: string;
791
- };
792
- "3dtopia-xl": {
793
- prettyLabel: string;
794
- repoName: string;
795
- repoUrl: string;
796
- filter: false;
797
- countDownloads: string;
798
- snippets: (model: ModelData) => string[];
799
- };
800
- };
801
- export type ModelLibraryKey = keyof typeof MODEL_LIBRARIES_UI_ELEMENTS;
802
- 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" | "htrflow" | "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")[];
803
- 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" | "htrflow" | "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")[];
804
- //# sourceMappingURL=model-libraries.d.ts.map