We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a07402 commit dd25c60Copy full SHA for dd25c60
packages/tasks/src/model-libraries.ts
@@ -544,7 +544,10 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
544
repoUrl: "https://github.com/mlfoundations/open_clip",
545
snippets: snippets.open_clip,
546
filter: true,
547
- countDownloads: `path_extension:"bin" AND path_filename:*pytorch_model`,
+ countDownloads: `path:"open_clip_model.safetensors"
548
+ OR path:"model.safetensors"
549
+ OR path:"open_clip_pytorch_model.bin"
550
+ OR path:"pytorch_model.bin"`,
551
},
552
paddlenlp: {
553
prettyLabel: "paddlenlp",
0 commit comments