Skip to content

Commit

Permalink
Add SoloAudio as lib for download stats (#911)
Browse files Browse the repository at this point in the history
Hi, I want to add the model
[SoloAudio](https://github.com/WangHelin1997/SoloAudio) as a library for
download stats. Thanks!
The huggingface repo is
[https://huggingface.co/westbrook/SoloAudio](https://huggingface.co/westbrook/SoloAudio)
  • Loading branch information
WangHelin1997 authored Sep 19, 2024
1 parent 4dd127b commit 565316d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/tasks/src/model-libraries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
countDownloads: `path:"cvlm_llama2_tokenizer/tokenizer.model"`,
snippets: snippets.seed_story,
},
soloaudio: {
prettyLabel: "SoloAudio",
repoName: "SoloAudio",
repoUrl: "https://github.com/WangHelin1997/SoloAudio",
filter: false,
countDownloads: `path:"soloaudio_v2.pt"`,
},
"stable-baselines3": {
prettyLabel: "stable-baselines3",
repoName: "stable-baselines3",
Expand Down

0 comments on commit 565316d

Please sign in to comment.