Skip to content

Commit be3b9ab

Browse files
Laurent2916Wauplin
andauthored
Add refiners as a library (huggingface#807)
This PR adds https://github.com/finegrain-ai/refiners as a library on the Hub. --------- Co-authored-by: Lucain <[email protected]>
1 parent 39d14b3 commit be3b9ab

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/tasks/src/model-libraries.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,14 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
435435
filter: false,
436436
countDownloads: `path:"tokenizer.model"`,
437437
},
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+
},
438446
saelens: {
439447
prettyLabel: "SAELens",
440448
repoName: "SAELens",

0 commit comments

Comments
 (0)