Adds automatic-speech-recognition to task ids
#2
by
sanchit-gandhi
HF staff
- opened
Consistent with other CV datasets such as CV10: https://huggingface.co/datasets/mozilla-foundation/common_voice_10_0
thank you for noticing that!
I think there should be only task_category: automatic-speech-recognition and no task_ids, as automatic-speech-recognition has no sub tasks: https://github.com/huggingface/hub-docs/blob/main/js/src/lib/interfaces/Types.ts#L328
We can close this PR now that task_ids
have been deprecated. Previously filtering datasets by task_category
or task_ids
gave very different results. With the latest update to dataset metadata we can ignore this.
sanchit-gandhi
changed pull request status to
closed