End of training
Browse files
README.md
CHANGED
|
@@ -14,16 +14,16 @@ model-index:
|
|
| 14 |
- name: Whisper base 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-base](https://huggingface.co/openai/whisper-base) on the Common Voice 17.0 (ba) dataset.
|
| 35 |
It achieves the following results on the evaluation set:
|
| 36 |
-
- Loss: 0.
|
| 37 |
-
- Wer:
|
| 38 |
|
| 39 |
## Model description
|
| 40 |
|
|
@@ -65,9 +65,9 @@ The following hyperparameters were used during training:
|
|
| 65 |
|
| 66 |
### Training results
|
| 67 |
|
| 68 |
-
| Training Loss | Epoch | Step | Validation Loss | Wer
|
| 69 |
-
|:-------------:|:------:|:----:|:---------------:|:----
|
| 70 |
-
| 0.
|
| 71 |
|
| 72 |
|
| 73 |
### Framework versions
|
|
|
|
| 14 |
- name: Whisper base 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: 37.5
|
| 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-base](https://huggingface.co/openai/whisper-base) on the Common Voice 17.0 (ba) dataset.
|
| 35 |
It achieves the following results on the evaluation set:
|
| 36 |
+
- Loss: 0.2527
|
| 37 |
+
- Wer: 37.5
|
| 38 |
|
| 39 |
## Model description
|
| 40 |
|
|
|
|
| 65 |
|
| 66 |
### Training results
|
| 67 |
|
| 68 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
| 69 |
+
|:-------------:|:------:|:----:|:---------------:|:----:|
|
| 70 |
+
| 0.2089 | 0.9994 | 1730 | 0.2527 | 37.5 |
|
| 71 |
|
| 72 |
|
| 73 |
### Framework versions
|