Commit
•
e039090
1
Parent(s):
173e72c
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (46b57017bf48592a059d3db83fc355929fcab913)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
README.md
CHANGED
@@ -5,22 +5,23 @@ tags:
|
|
5 |
- whisper-event
|
6 |
metrics:
|
7 |
- wer
|
|
|
8 |
model-index:
|
9 |
- name: whisper-medium-mediaspeech-cv-tr
|
10 |
results:
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
---
|
25 |
|
26 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
5 |
- whisper-event
|
6 |
metrics:
|
7 |
- wer
|
8 |
+
base_model: openai/whisper-medium
|
9 |
model-index:
|
10 |
- name: whisper-medium-mediaspeech-cv-tr
|
11 |
results:
|
12 |
+
- task:
|
13 |
+
type: automatic-speech-recognition
|
14 |
+
name: Automatic Speech Recognition
|
15 |
+
dataset:
|
16 |
+
name: mozilla-foundation/common_voice_11_0 tr
|
17 |
+
type: mozilla-foundation/common_voice_11_0
|
18 |
+
config: tr
|
19 |
+
split: test
|
20 |
+
args: tr
|
21 |
+
metrics:
|
22 |
+
- type: wer
|
23 |
+
value: 9.9776
|
24 |
+
name: Wer
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|