End of training
Browse files- README.md +8 -8
- generation_config.json +1 -1
README.md
CHANGED
@@ -14,16 +14,16 @@ model-index:
|
|
14 |
- name: Whisper Small Bashkir
|
15 |
results:
|
16 |
- task:
|
17 |
-
type: automatic-speech-recognition
|
18 |
name: Automatic Speech Recognition
|
|
|
19 |
dataset:
|
20 |
name: Common Voice 17.0 (ba)
|
21 |
type: stdbug/common-voice-17-ba
|
22 |
args: 'config: ba, split: test'
|
23 |
metrics:
|
24 |
-
-
|
25 |
-
|
26 |
-
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -33,8 +33,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
33 |
|
34 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 17.0 (ba) dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
-
- Loss: 0.
|
37 |
-
- Wer: 24.
|
38 |
|
39 |
## Model description
|
40 |
|
@@ -60,14 +60,14 @@ The following hyperparameters were used during training:
|
|
60 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
61 |
- lr_scheduler_type: linear
|
62 |
- lr_scheduler_warmup_steps: 500
|
63 |
-
- training_steps:
|
64 |
- mixed_precision_training: Native AMP
|
65 |
|
66 |
### Training results
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
69 |
|:-------------:|:------:|:-----:|:---------------:|:-------:|
|
70 |
-
| 0.
|
71 |
|
72 |
|
73 |
### Framework versions
|
|
|
14 |
- name: Whisper Small Bashkir
|
15 |
results:
|
16 |
- task:
|
|
|
17 |
name: Automatic Speech Recognition
|
18 |
+
type: automatic-speech-recognition
|
19 |
dataset:
|
20 |
name: Common Voice 17.0 (ba)
|
21 |
type: stdbug/common-voice-17-ba
|
22 |
args: 'config: ba, split: test'
|
23 |
metrics:
|
24 |
+
- name: Wer
|
25 |
+
type: wer
|
26 |
+
value: 24.55759888965996
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
33 |
|
34 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 17.0 (ba) dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
+
- Loss: 0.1616
|
37 |
+
- Wer: 24.5576
|
38 |
|
39 |
## Model description
|
40 |
|
|
|
60 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
61 |
- lr_scheduler_type: linear
|
62 |
- lr_scheduler_warmup_steps: 500
|
63 |
+
- training_steps: 19576
|
64 |
- mixed_precision_training: Native AMP
|
65 |
|
66 |
### Training results
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
69 |
|:-------------:|:------:|:-----:|:---------------:|:-------:|
|
70 |
+
| 0.0861 | 0.9999 | 19576 | 0.1616 | 24.5576 |
|
71 |
|
72 |
|
73 |
### Framework versions
|
generation_config.json
CHANGED
@@ -150,7 +150,7 @@
|
|
150 |
"<|yo|>": 50325,
|
151 |
"<|zh|>": 50260
|
152 |
},
|
153 |
-
"language": "
|
154 |
"max_initial_timestamp_index": 50,
|
155 |
"max_length": 448,
|
156 |
"no_timestamps_token_id": 50363,
|
|
|
150 |
"<|yo|>": 50325,
|
151 |
"<|zh|>": 50260
|
152 |
},
|
153 |
+
"language": "Bashkir",
|
154 |
"max_initial_timestamp_index": 50,
|
155 |
"max_length": 448,
|
156 |
"no_timestamps_token_id": 50363,
|