Skip to content

Commit

Permalink
Address VB's comments
Browse files Browse the repository at this point in the history
  • Loading branch information
merveenoyan authored Aug 31, 2024
1 parent 87f11c1 commit abe4260
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/tasks/src/tasks/audio-classification/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const taskData: TaskDataCustom = {
},
{
description: "A language identification model.",
id: "speechbrain/lang-id-voxlingua107-ecapa",
id: "facebook/mms-lid-126",
},
],
spaces: [
Expand All @@ -74,7 +74,7 @@ const taskData: TaskDataCustom = {
],
summary:
"Audio classification is the task of assigning a label or class to a given audio. It can be used for recognizing which command a user is giving or the emotion of a statement, as well as identifying a speaker.",
widgetModels: ["speechbrain/lang-id-voxlingua107-ecapa"],
widgetModels: ["MIT/ast-finetuned-audioset-10-10-0.4593"],
youtubeId: "KWwzcmG98Ds",
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const taskData: TaskDataCustom = {
},
{
description: "An English dataset with 1,000 hours of data.",
id: "openslr/librispeech_asr",
id: "parler-tts/mls_eng",
},
{
description: "A multi-lingual audio dataset with 370K hours of audio.",
Expand Down
2 changes: 1 addition & 1 deletion packages/tasks/src/tasks/text-to-speech/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const taskData: TaskDataCustom = {
models: [
{
description: "A powerful TTS model.",
id: "suno/bark",
id: "parler-tts/parler-tts-large-v1",
},
{
description: "A massively multi-lingual TTS model.",
Expand Down

0 comments on commit abe4260

Please sign in to comment.