Librarian Bot: Add base_model information to model
#2
by
librarian-bot
- opened
README.md
CHANGED
@@ -13,20 +13,21 @@ datasets:
|
|
13 |
- mozilla-foundation/common_voice_11_0
|
14 |
metrics:
|
15 |
- wer
|
|
|
16 |
model-index:
|
17 |
- name: Whisper Medium Urdu
|
18 |
results:
|
19 |
- task:
|
20 |
-
name: Automatic Speech Recognition
|
21 |
type: automatic-speech-recognition
|
|
|
22 |
dataset:
|
23 |
name: mozilla-foundation/common_voice_11_0
|
24 |
type: mozilla-foundation/common_voice_11_0
|
25 |
args: 'config: ur, split: test'
|
26 |
metrics:
|
27 |
-
-
|
28 |
-
type: wer
|
29 |
value: 26.980130911344357
|
|
|
30 |
---
|
31 |
|
32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
13 |
- mozilla-foundation/common_voice_11_0
|
14 |
metrics:
|
15 |
- wer
|
16 |
+
base_model: openai/whisper-medium
|
17 |
model-index:
|
18 |
- name: Whisper Medium Urdu
|
19 |
results:
|
20 |
- task:
|
|
|
21 |
type: automatic-speech-recognition
|
22 |
+
name: Automatic Speech Recognition
|
23 |
dataset:
|
24 |
name: mozilla-foundation/common_voice_11_0
|
25 |
type: mozilla-foundation/common_voice_11_0
|
26 |
args: 'config: ur, split: test'
|
27 |
metrics:
|
28 |
+
- type: wer
|
|
|
29 |
value: 26.980130911344357
|
30 |
+
name: Wer
|
31 |
---
|
32 |
|
33 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|