Correct pipeline tag and add library name (#1)
Browse files- Correct pipeline tag and add library name (fe63065e0034b8952bbc32d8a2239b81a9be076f)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
@@ -1,17 +1,19 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
-
|
4 |
-
- pytorch_model_hub_mixin
|
5 |
-
- speech_emotion_recognition
|
6 |
-
license: bsd-2-clause
|
7 |
language:
|
8 |
- en
|
|
|
9 |
metrics:
|
10 |
- accuracy
|
11 |
-
|
12 |
-
|
13 |
-
|
|
|
|
|
|
|
14 |
---
|
|
|
15 |
# Whisper-Large V3 for Categorical Emotion Classification
|
16 |
|
17 |
# Model Description
|
|
|
1 |
---
|
2 |
+
base_model:
|
3 |
+
- openai/whisper-large-v3
|
|
|
|
|
|
|
4 |
language:
|
5 |
- en
|
6 |
+
license: bsd-2-clause
|
7 |
metrics:
|
8 |
- accuracy
|
9 |
+
pipeline_tag: automatic-speech-recognition
|
10 |
+
tags:
|
11 |
+
- model_hub_mixin
|
12 |
+
- pytorch_model_hub_mixin
|
13 |
+
- speech_emotion_recognition
|
14 |
+
library_name: transformers
|
15 |
---
|
16 |
+
|
17 |
# Whisper-Large V3 for Categorical Emotion Classification
|
18 |
|
19 |
# Model Description
|