File size: 308 Bytes
d59f6eb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
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"
)