update model card README.md
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ model-index:
|
|
21 |
metrics:
|
22 |
- name: Wer
|
23 |
type: wer
|
24 |
-
value:
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -31,8 +31,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
31 |
|
32 |
This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on the common_voice_11_0 dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
-
- Loss: 0.
|
35 |
-
- Wer:
|
36 |
|
37 |
## Model description
|
38 |
|
@@ -58,7 +58,7 @@ The following hyperparameters were used during training:
|
|
58 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
59 |
- lr_scheduler_type: linear
|
60 |
- lr_scheduler_warmup_steps: 40
|
61 |
-
- training_steps:
|
62 |
- mixed_precision_training: Native AMP
|
63 |
|
64 |
### Training results
|
@@ -67,6 +67,7 @@ The following hyperparameters were used during training:
|
|
67 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
68 |
| 0.3908 | 0.48 | 100 | 0.5148 | 30.7061 |
|
69 |
| 0.3519 | 0.97 | 200 | 0.4685 | 26.9801 |
|
|
|
70 |
|
71 |
|
72 |
### Framework versions
|
|
|
21 |
metrics:
|
22 |
- name: Wer
|
23 |
type: wer
|
24 |
+
value: 28.502265773267748
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
31 |
|
32 |
This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on the common_voice_11_0 dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: 0.4636
|
35 |
+
- Wer: 28.5023
|
36 |
|
37 |
## Model description
|
38 |
|
|
|
58 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
59 |
- lr_scheduler_type: linear
|
60 |
- lr_scheduler_warmup_steps: 40
|
61 |
+
- training_steps: 300
|
62 |
- mixed_precision_training: Native AMP
|
63 |
|
64 |
### Training results
|
|
|
67 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
68 |
| 0.3908 | 0.48 | 100 | 0.5148 | 30.7061 |
|
69 |
| 0.3519 | 0.97 | 200 | 0.4685 | 26.9801 |
|
70 |
+
| 0.2426 | 1.45 | 300 | 0.4636 | 28.5023 |
|
71 |
|
72 |
|
73 |
### Framework versions
|