yasinarafatbd's picture
Initial release: Fine-tuned Whisper for engine sounds
d59f6eb verified
---
license: apache-2.0
tags:
- audio-classification
- whisper
datasets:
- yasinarafatbd/Qwen_Audio_Dataset
---
# Whisper Large Engine Sound Classifier
## Usage
```python
from transformers import pipeline
classifier = pipeline(
"audio-classification",
"yasinarafatbd/whisper_large_Engine_Sound"
)