Correct pipeline tag and add library name
Browse filesThis 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.
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
|