Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
fine-tune the pre-trained OpenAI Whisper model for audio classification in PyTorch.
|
5 |
+
|
6 |
+
Audio classification is an important task that can be applied in various scenarios, such as speech dialogue detection, sentiment analysis, music genre recognition, environmental sound identification, etc.
|
7 |
+
|
8 |
+
OpenAI Whisper is an excellent model for audio classification that achieved state-of-the-art results on several benchmarks. It is based on the transformer architecture and uses self-attention to process audio inputs. OpenAI Whisper can recognize speech and audio from different languages, accents, and domains with high accuracy and robustness.
|
9 |
+
|
10 |
+
classify various sounds by fine-tuning the OpenAI Whisper model from Hugging Face in the PyTorch deep learning library. load the pre-trained model, prepare a custom audio dataset, train the model on the dataset, and evaluate the model performance.
|