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 39d14b3 commit be3b9abCopy full SHA for be3b9ab
packages/tasks/src/model-libraries.ts
@@ -435,6 +435,14 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
435
filter: false,
436
countDownloads: `path:"tokenizer.model"`,
437
},
438
+ refiners: {
439
+ prettyLabel: "Refiners",
440
+ repoName: "Refiners",
441
+ repoUrl: "https://github.com/finegrain-ai/refiners",
442
+ docsUrl: "https://refine.rs/",
443
+ filter: false,
444
+ countDownloads: `path:"model.safetensors"`,
445
+ },
446
saelens: {
447
prettyLabel: "SAELens",
448
repoName: "SAELens",
0 commit comments