huggingface / huggingface.js

Utilities to use the Hugging Face Hub API
https://hf.co/docs/huggingface.js
MIT License
1.41k stars 228 forks source link

Add Audio Feature Extraction Task #921

Open ecyht2 opened 1 month ago

ecyht2 commented 1 month ago

Currently, the Feature Extraction task includes both models for audio and text feature extraction (it is officially placed under the NLP modality). I think it would be nice to have a new task for Audio Feature Extraction task just like Image Feature Extraction to better label models.

Some Audio Feature Extraction models in Feature Extractions:

osanseviero commented 1 month ago

Yes, having an audio-feature-extraction has been discussed few times in the past and there's agreement having it could make sense. cc @Vaibhavs10 @pcuenca

merveenoyan commented 2 weeks ago

I think it makes sense to have given we have a separate one for image too @Vaibhavs10

Vaibhavs10 commented 2 weeks ago

Hey @ecyht2 - sorry for the delay in responding to you - this is in the works, we're in the process of adding this as a recognised task in transformers and then follow it up with a task page. Cheers!