--- license: apache-2.0 tags: - audio-classification - whisper datasets: - yasinarafatbd/Qwen_Audio_Dataset --- # Whisper Small Engine Sound Classifier ## Usage ```python from transformers import pipeline classifier = pipeline( "audio-classification", "yasinarafatbd/Whisper_Small_Engine_Sound" )