-
Notifications
You must be signed in to change notification settings - Fork 269
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
Update Tasks #1098
Update Tasks #1098
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NIceee! Left some suggestions!
description: "A solid model of audio source separation.", | ||
id: "speechbrain/sepformer-wham", | ||
description: "A robust model to compress speech.", | ||
id: "stabilityai/stable-codec-speech-16k", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not fit for audio to audio task, codecs are typically used for discretisation for an input speech.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also thought the same but it was under audio-to-audio tag so I rolled with it 😄
}, | ||
{ | ||
description: "A large synthetic dataset for alignment of text generation models.", | ||
id: "argilla/magpie-ultra-v0.1", | ||
id: "HuggingFaceTB/smoltalk", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we can use FineMath here: https://huggingface.co/datasets/HuggingFaceTB/finemath
Co-authored-by: vb <[email protected]>
Co-authored-by: vb <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for iterating! <3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh and make sure to fix the lint error before merge 🙏
Co-authored-by: vb <[email protected]>
Note: in the coming weeks, IMO we can update the task pages to show some examples on how to run inference on Third-party Inference providers as well (from both JS or Python) cc @SBrandeis |
Update models, datasets, Spaces and to content where necessary