<!--- Provide a general summary of the issue in the Title above --> ## Description <!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug --> We need your help to support more models in SpeechLine. Currently, we support, Automatic Speech Recognizers: - [x] wav2vec 2.0 - [x] OpenAI Whisper - [ ] HuBERT - [ ] SpeechT5 Audio Classifiers: - [x] wav2vec 2.0 - [x] Audio Spectrogram Transformer You can view examples here: [classifier](https://github.com/bookbot-kids/speechline/tree/main/speechline/classifiers) and [trancribers](https://github.com/bookbot-kids/speechline/tree/main/speechline/transcribers). We mainly use HuggingFace pipelines for convenience.