Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# 🎭 Speech Emotion Recognition
|
| 2 |
|
| 3 |
[](https://www.python.org/downloads/release/python-3100/)
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: en
|
| 3 |
+
tags:
|
| 4 |
+
- audio
|
| 5 |
+
- emotion-recognition
|
| 6 |
+
- speech
|
| 7 |
+
- pytorch
|
| 8 |
+
- cnn
|
| 9 |
+
- ravdess
|
| 10 |
+
license: mit
|
| 11 |
+
datasets:
|
| 12 |
+
- ravdess
|
| 13 |
+
metrics:
|
| 14 |
+
- accuracy
|
| 15 |
+
- f1
|
| 16 |
+
library_name: pytorch
|
| 17 |
+
pipeline_tag: audio-classification
|
| 18 |
+
---
|
| 19 |
+
|
| 20 |
# 🎭 Speech Emotion Recognition
|
| 21 |
|
| 22 |
[](https://www.python.org/downloads/release/python-3100/)
|