Update README.md
Browse files
README.md
CHANGED
@@ -117,9 +117,9 @@ print(f"Predicted Emotion: {emotion}")
|
|
117 |
|
118 |
## Training Procedure
|
119 |
|
120 |
-
Preprocessing: Resampled all audio to 16kHz.
|
121 |
-
Training: Fine-tuned facebook/wav2vec2-base with emotion labels.
|
122 |
-
Hyperparameters: Batch size: 16, Learning rate: 5e-5, Epochs:
|
123 |
|
124 |
## Evaluation
|
125 |
Testing Data
|
|
|
117 |
|
118 |
## Training Procedure
|
119 |
|
120 |
+
- Preprocessing: Resampled all audio to 16kHz.
|
121 |
+
- Training: Fine-tuned facebook/wav2vec2-base with emotion labels.
|
122 |
+
- Hyperparameters: Batch size: 16, Learning rate: 5e-5, Epochs: 50
|
123 |
|
124 |
## Evaluation
|
125 |
Testing Data
|