nielsr HF Staff commited on
Commit
8e83253
·
verified ·
1 Parent(s): c5d517b

Correct pipeline tag and add library name

Browse files

This PR corrects the `pipeline_tag` to `automatic-speech-recognition` which more accurately reflects the model's functionality. It also adds the `library_name` metadata field, specifying that the model utilizes the `transformers` library.

Files changed (1) hide show
  1. README.md +11 -9
README.md CHANGED
@@ -1,18 +1,20 @@
1
  ---
2
- tags:
3
- - model_hub_mixin
4
- - pytorch_model_hub_mixin
5
- license: bsd-3-clause
6
- language:
7
- - en
8
- metrics:
9
- - accuracy
10
  base_model:
11
  - openai/whisper-large-v3
12
- pipeline_tag: audio-classification
13
  datasets:
14
  - mozilla-foundation/common_voice_11_0
 
 
 
 
 
 
 
 
 
 
15
  ---
 
16
  # Whisper-Large for Broad Accent Classification
17
 
18
  # Model Description
 
1
  ---
 
 
 
 
 
 
 
 
2
  base_model:
3
  - openai/whisper-large-v3
 
4
  datasets:
5
  - mozilla-foundation/common_voice_11_0
6
+ language:
7
+ - en
8
+ license: bsd-3-clause
9
+ metrics:
10
+ - accuracy
11
+ pipeline_tag: automatic-speech-recognition
12
+ tags:
13
+ - model_hub_mixin
14
+ - pytorch_model_hub_mixin
15
+ library_name: transformers
16
  ---
17
+
18
  # Whisper-Large for Broad Accent Classification
19
 
20
  # Model Description