tiantiaf nielsr HF Staff commited on
Commit
a8d890e
·
verified ·
1 Parent(s): bf2395d

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]>

Files changed (1) hide show
  1. README.md +10 -8
README.md CHANGED
@@ -1,17 +1,19 @@
1
  ---
2
- tags:
3
- - model_hub_mixin
4
- - pytorch_model_hub_mixin
5
- - speech_emotion_recognition
6
- license: bsd-2-clause
7
  language:
8
  - en
 
9
  metrics:
10
  - accuracy
11
- base_model:
12
- - openai/whisper-large-v3
13
- pipeline_tag: audio-classification
 
 
 
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