update model card README.md
Browse files
README.md
CHANGED
|
@@ -24,7 +24,7 @@ model-index:
|
|
| 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-tiny](https://huggingface.co/openai/whisper-tiny) on the mozilla-foundation/common_voice_12_0 dataset.
|
| 36 |
It achieves the following results on the evaluation set:
|
| 37 |
-
- Loss: 0.
|
| 38 |
-
- Wer:
|
| 39 |
|
| 40 |
## Model description
|
| 41 |
|
|
@@ -55,9 +55,11 @@ More information needed
|
|
| 55 |
|
| 56 |
The following hyperparameters were used during training:
|
| 57 |
- learning_rate: 1e-05
|
| 58 |
-
- train_batch_size:
|
| 59 |
- eval_batch_size: 2
|
| 60 |
- seed: 42
|
|
|
|
|
|
|
| 61 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 62 |
- lr_scheduler_type: linear
|
| 63 |
- lr_scheduler_warmup_steps: 100
|
|
@@ -68,11 +70,11 @@ The following hyperparameters were used during training:
|
|
| 68 |
|
| 69 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
| 70 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
| 71 |
-
|
|
| 72 |
-
|
|
| 73 |
-
|
|
| 74 |
-
| 0.
|
| 75 |
-
| 0.
|
| 76 |
|
| 77 |
|
| 78 |
### Framework versions
|
|
|
|
| 24 |
metrics:
|
| 25 |
- name: Wer
|
| 26 |
type: wer
|
| 27 |
+
value: 14.42705294401177
|
| 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-tiny](https://huggingface.co/openai/whisper-tiny) on the mozilla-foundation/common_voice_12_0 dataset.
|
| 36 |
It achieves the following results on the evaluation set:
|
| 37 |
+
- Loss: 0.2874
|
| 38 |
+
- Wer: 14.4271
|
| 39 |
|
| 40 |
## Model description
|
| 41 |
|
|
|
|
| 55 |
|
| 56 |
The following hyperparameters were used during training:
|
| 57 |
- learning_rate: 1e-05
|
| 58 |
+
- train_batch_size: 2
|
| 59 |
- eval_batch_size: 2
|
| 60 |
- seed: 42
|
| 61 |
+
- gradient_accumulation_steps: 16
|
| 62 |
+
- total_train_batch_size: 32
|
| 63 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 64 |
- lr_scheduler_type: linear
|
| 65 |
- lr_scheduler_warmup_steps: 100
|
|
|
|
| 70 |
|
| 71 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
| 72 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
| 73 |
+
| 0.6729 | 0.77 | 200 | 0.4170 | 21.8473 |
|
| 74 |
+
| 0.5012 | 1.54 | 400 | 0.3465 | 18.2560 |
|
| 75 |
+
| 0.3832 | 2.31 | 600 | 0.3097 | 16.0971 |
|
| 76 |
+
| 0.2853 | 3.07 | 800 | 0.2970 | 14.3180 |
|
| 77 |
+
| 0.2416 | 3.84 | 1000 | 0.2874 | 14.4271 |
|
| 78 |
|
| 79 |
|
| 80 |
### Framework versions
|