-
Notifications
You must be signed in to change notification settings - Fork 500
Initial commit: Add task audio-text-to-text #1212
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.
How do I add an audio file for the demo ?
The ASR task page would serve as a good reference for that
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.
Feel free to make this Ready to review
when you are done iterating - let's merge this soon!
This is what I did, my question is where should I store the |
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 what I did, my question is where should I store the sample-audio.wav ? For images, I saw that they were here: https://huggingface.co/datasets/huggingfacejs/tasks
But what about the audio files ?
You can host it in any dataset, the one you linked for tasks is okay as well
Closing this in favour of #1692 |
Add audio demo file for audio-text-to-text task
I've updated the audio-text-to-text task, but I need guidance on:
How do I add an audio file for the demo ?