End of training
Browse files- README.md +8 -7
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -25,7 +25,7 @@ model-index:
|
|
| 25 |
metrics:
|
| 26 |
- name: Wer
|
| 27 |
type: wer
|
| 28 |
-
value:
|
| 29 |
---
|
| 30 |
|
| 31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -35,8 +35,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 35 |
|
| 36 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the Common Voice 11.0 dataset.
|
| 37 |
It achieves the following results on the evaluation set:
|
| 38 |
-
- Loss: 1.
|
| 39 |
-
- Wer:
|
| 40 |
|
| 41 |
## Model description
|
| 42 |
|
|
@@ -62,14 +62,15 @@ The following hyperparameters were used during training:
|
|
| 62 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 63 |
- lr_scheduler_type: linear
|
| 64 |
- lr_scheduler_warmup_steps: 10
|
| 65 |
-
- training_steps:
|
| 66 |
- mixed_precision_training: Native AMP
|
| 67 |
|
| 68 |
### Training results
|
| 69 |
|
| 70 |
-
| Training Loss | Epoch | Step
|
| 71 |
-
|
| 72 |
-
| 0.0001 | 46.2963 | 5000
|
|
|
|
| 73 |
|
| 74 |
|
| 75 |
### Framework versions
|
|
|
|
| 25 |
metrics:
|
| 26 |
- name: Wer
|
| 27 |
type: wer
|
| 28 |
+
value: 94.94252873563218
|
| 29 |
---
|
| 30 |
|
| 31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 35 |
|
| 36 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the Common Voice 11.0 dataset.
|
| 37 |
It achieves the following results on the evaluation set:
|
| 38 |
+
- Loss: 1.1350
|
| 39 |
+
- Wer: 94.9425
|
| 40 |
|
| 41 |
## Model description
|
| 42 |
|
|
|
|
| 62 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 63 |
- lr_scheduler_type: linear
|
| 64 |
- lr_scheduler_warmup_steps: 10
|
| 65 |
+
- training_steps: 10000
|
| 66 |
- mixed_precision_training: Native AMP
|
| 67 |
|
| 68 |
### Training results
|
| 69 |
|
| 70 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
| 71 |
+
|:-------------:|:-------:|:-----:|:---------------:|:-------:|
|
| 72 |
+
| 0.0001 | 46.2963 | 5000 | 1.0784 | 96.5517 |
|
| 73 |
+
| 0.0 | 92.5926 | 10000 | 1.1350 | 94.9425 |
|
| 74 |
|
| 75 |
|
| 76 |
### Framework versions
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 151061672
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6d231cb6652e30460b27400b8c61c7bb2ff5ed9aee28860f95685e6d8eb64cf5
|
| 3 |
size 151061672
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5496
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3d346f5c46e4963df866c322bae80a16b6d6d30d0cf73fe3d247bf92eb41968c
|
| 3 |
size 5496
|