Skip to content

📝 Added Describe Anything library #1408

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
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
6 changes: 6 additions & 0 deletions packages/tasks/src/model-libraries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,12 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
filter: false,
countDownloads: `path:"scin_dataset_precomputed_embeddings.npz" OR path:"saved_model.pb"`,
},
"describe-anything": {
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you update the model card metadata in https://huggingface.co/nvidia/DAM-3B / https://huggingface.co/nvidia/DAM-3B-Video / https://huggingface.co/nvidia/DAM-3B-Self-Contained to include library_name: describe-anything ? This way they will be listed under https://huggingface.co/models?other=describe-anything and therefore more discoverable. We prefer to have this metadata update done on the Hub before merging this PR.

Copy link
Member Author

Choose a reason for hiding this comment

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

Sure!
I've created PRs for the three model cards 😄

prettyLabel: "Describe Anything",
repoName: "describe-anything",
repoUrl: "https://github.com/NVlabs/describe-anything",
filter: false,
},
"dia-tts": {
prettyLabel: "Dia",
repoName: "Dia",
Expand Down