Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
### Wav2Vec2 Speech Emotion Recognition for English
|
2 |
|
3 |
## Model Overview
|
@@ -78,5 +90,4 @@ The model outputs a list of predictions with scores for each emotion. For exampl
|
|
78 |
The model was fine-tuned on the Speech Emotion Recognition Dataset, using the Wav2Vec2 architecture. The training process involved multiple epochs with a learning rate of 1e-5.
|
79 |
|
80 |
## Limitations and Biases
|
81 |
-
This model is specifically trained on English speech data and may not perform well on other languages or dialects. Additionally, as with any machine learning model, there may be biases present in the training data that could affect the model's predictions.
|
82 |
-
|
|
|
1 |
+
---
|
2 |
+
pipeline_tag: audio-classification
|
3 |
+
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
tags:
|
7 |
+
- emotion-recognition
|
8 |
+
- speech-recognition
|
9 |
+
- wav2vec2
|
10 |
+
license: mit
|
11 |
+
---
|
12 |
+
|
13 |
### Wav2Vec2 Speech Emotion Recognition for English
|
14 |
|
15 |
## Model Overview
|
|
|
90 |
The model was fine-tuned on the Speech Emotion Recognition Dataset, using the Wav2Vec2 architecture. The training process involved multiple epochs with a learning rate of 1e-5.
|
91 |
|
92 |
## Limitations and Biases
|
93 |
+
This model is specifically trained on English speech data and may not perform well on other languages or dialects. Additionally, as with any machine learning model, there may be biases present in the training data that could affect the model's predictions.
|
|