Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions packages/tasks/src/model-libraries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
repoUrl: "https://github.com/amazon-science/chronos-forecasting",
snippets: snippets.chronos_forecasting,
},
clara: {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as @pcuenca mentioned, the models in https://huggingface.co/collections/nvidia/clara-molecular and https://huggingface.co/collections/nvidia/clara-biology should be tagged as clara so that they show up under https://huggingface.co/models?other=clara.

You can do that by updating each model card with

library_name: clara

prettyLabel: "Clara",
repoName: "Clara",
filter: false,
repoUrl: "https://github.com/nvidia/clara",
countDownloads: `path_extension:"ckpt" OR path:"config.json"`,
},
clipscope: {
prettyLabel: "clipscope",
repoName: "clipscope",
Expand Down