Commit
·
378699e
1
Parent(s):
c1de568
Forking
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
language:
|
3 |
-
-
|
4 |
license: apache-2.0
|
5 |
tags:
|
6 |
- whisper-event
|
@@ -10,7 +10,7 @@ datasets:
|
|
10 |
metrics:
|
11 |
- wer
|
12 |
model-index:
|
13 |
-
- name: openai/whisper-large-v2-
|
14 |
results:
|
15 |
- task:
|
16 |
name: Automatic Speech Recognition
|
@@ -18,13 +18,13 @@ model-index:
|
|
18 |
dataset:
|
19 |
name: Common Voice 11.0
|
20 |
type: mozilla-foundation/common_voice_11_0
|
21 |
-
config:
|
22 |
split: test
|
23 |
-
args:
|
24 |
metrics:
|
25 |
- name: Wer
|
26 |
type: wer
|
27 |
-
value:
|
28 |
---
|
29 |
|
30 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -34,8 +34,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
34 |
|
35 |
This model is a fine-tuned version of [openai/whisper-large-v2](https://huggingface.co/openai/whisper-large-v2) on the Common Voice 11.0 dataset.
|
36 |
It achieves the following results on the evaluation set:
|
37 |
-
- Loss:
|
38 |
-
- Wer:
|
39 |
|
40 |
## Model description
|
41 |
|
@@ -69,7 +69,7 @@ The following hyperparameters were used during training:
|
|
69 |
|
70 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
71 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
72 |
-
| 0.0646 | 1.13 | 600 |
|
73 |
|
74 |
|
75 |
### Framework versions
|
|
|
1 |
---
|
2 |
language:
|
3 |
+
- bn
|
4 |
license: apache-2.0
|
5 |
tags:
|
6 |
- whisper-event
|
|
|
10 |
metrics:
|
11 |
- wer
|
12 |
model-index:
|
13 |
+
- name: openai/whisper-large-v2-Bengali
|
14 |
results:
|
15 |
- task:
|
16 |
name: Automatic Speech Recognition
|
|
|
18 |
dataset:
|
19 |
name: Common Voice 11.0
|
20 |
type: mozilla-foundation/common_voice_11_0
|
21 |
+
config: bn
|
22 |
split: test
|
23 |
+
args: bn
|
24 |
metrics:
|
25 |
- name: Wer
|
26 |
type: wer
|
27 |
+
value: None
|
28 |
---
|
29 |
|
30 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
34 |
|
35 |
This model is a fine-tuned version of [openai/whisper-large-v2](https://huggingface.co/openai/whisper-large-v2) on the Common Voice 11.0 dataset.
|
36 |
It achieves the following results on the evaluation set:
|
37 |
+
- Loss: None
|
38 |
+
- Wer: None
|
39 |
|
40 |
## Model description
|
41 |
|
|
|
69 |
|
70 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
71 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
72 |
+
| 0.0646 | 1.13 | 600 | None | None |
|
73 |
|
74 |
|
75 |
### Framework versions
|