-
Notifications
You must be signed in to change notification settings - Fork 432
feat: Add audio-text-to-text task. #1033
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
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.
I mostly based this on time-series-forecasting
so not sure, if I should update stuff anywhere else.
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.
Looks good to me but better to wait for another approval.
You can also define an icon in this module: https://github.com/huggingface/huggingface.js/blob/main/packages/widgets/src/lib/components/PipelineIcon/PipelineIcon.svelte. For now maybe take the same as audio-to-audio
or text-to-speech
?
Also cc-ing @merveenoyan for tasks updates.
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.
left a small comment, awesome!
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.
Added an icon - repurposed the audio to audio one as it looked a bit more general @Wauplin 👍
packages/widgets/src/lib/components/PipelineIcon/PipelineIcon.svelte
Outdated
Show resolved
Hide resolved
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!
I'm just unclear how the svelte template works otherwise looks good to me :)
There's an increasing number of Audio LMs:
And.. many more.
Will Open PRs after this is merged.