Commit
•
bc8c8c1
1
Parent(s):
a88066b
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (072353ae7e2c355a2f6792313e26d635565ed783)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
README.md
CHANGED
@@ -10,20 +10,21 @@ datasets:
|
|
10 |
- google/fleurs
|
11 |
metrics:
|
12 |
- wer
|
|
|
13 |
model-index:
|
14 |
- name: Whisper Medium Pashto
|
15 |
results:
|
16 |
- task:
|
17 |
-
name: Automatic Speech Recognition
|
18 |
type: automatic-speech-recognition
|
|
|
19 |
dataset:
|
20 |
name: google/fleurs
|
21 |
type: google/fleurs
|
22 |
args: 'config: ps_af, split: test'
|
23 |
metrics:
|
24 |
-
-
|
25 |
-
type: wer
|
26 |
value: 49.4855
|
|
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
10 |
- google/fleurs
|
11 |
metrics:
|
12 |
- wer
|
13 |
+
base_model: openai/whisper-medium
|
14 |
model-index:
|
15 |
- name: Whisper Medium Pashto
|
16 |
results:
|
17 |
- task:
|
|
|
18 |
type: automatic-speech-recognition
|
19 |
+
name: Automatic Speech Recognition
|
20 |
dataset:
|
21 |
name: google/fleurs
|
22 |
type: google/fleurs
|
23 |
args: 'config: ps_af, split: test'
|
24 |
metrics:
|
25 |
+
- type: wer
|
|
|
26 |
value: 49.4855
|
27 |
+
name: Wer
|
28 |
---
|
29 |
|
30 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|