End of training
Browse files
README.md
CHANGED
@@ -1,25 +1,25 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
language:
|
4 |
-
-
|
5 |
license: apache-2.0
|
6 |
-
base_model: openai/whisper-
|
7 |
tags:
|
8 |
- generated_from_trainer
|
9 |
datasets:
|
10 |
-
-
|
11 |
metrics:
|
12 |
- wer
|
13 |
model-index:
|
14 |
-
- name: Whisper Small
|
15 |
results:
|
16 |
- task:
|
17 |
name: Automatic Speech Recognition
|
18 |
type: automatic-speech-recognition
|
19 |
dataset:
|
20 |
-
name:
|
21 |
-
type:
|
22 |
-
args: 'config:
|
23 |
metrics:
|
24 |
- name: Wer
|
25 |
type: wer
|
@@ -29,9 +29,9 @@ model-index:
|
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
30 |
should probably proofread and complete it, then remove this comment. -->
|
31 |
|
32 |
-
# Whisper Small
|
33 |
|
34 |
-
This model is a fine-tuned version of [openai/whisper-
|
35 |
It achieves the following results on the evaluation set:
|
36 |
- Loss: 0.0384
|
37 |
- Wer: 12.5604
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
language:
|
4 |
+
- en
|
5 |
license: apache-2.0
|
6 |
+
base_model: openai/whisper-medium
|
7 |
tags:
|
8 |
- generated_from_trainer
|
9 |
datasets:
|
10 |
+
- suhaibmasood/med-audio-3
|
11 |
metrics:
|
12 |
- wer
|
13 |
model-index:
|
14 |
+
- name: Whisper Small en-Harpreet Singh
|
15 |
results:
|
16 |
- task:
|
17 |
name: Automatic Speech Recognition
|
18 |
type: automatic-speech-recognition
|
19 |
dataset:
|
20 |
+
name: med-audio-3
|
21 |
+
type: suhaibmasood/med-audio-3
|
22 |
+
args: 'config: en, split: test'
|
23 |
metrics:
|
24 |
- name: Wer
|
25 |
type: wer
|
|
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
30 |
should probably proofread and complete it, then remove this comment. -->
|
31 |
|
32 |
+
# Whisper Small en-Harpreet Singh
|
33 |
|
34 |
+
This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on the med-audio-3 dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
- Loss: 0.0384
|
37 |
- Wer: 12.5604
|