Update README.md
Browse files
README.md
CHANGED
|
@@ -10,6 +10,7 @@ metrics:
|
|
| 10 |
model-index:
|
| 11 |
- name: Whisper Small Ka - tsobolev
|
| 12 |
results: []
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -17,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 17 |
|
| 18 |
# Whisper Small Ka - tsobolev
|
| 19 |
|
| 20 |
-
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the
|
| 21 |
-
It achieves the following results on the
|
| 22 |
- Loss: 0.0542
|
| 23 |
- Wer Ortho: 0.2785
|
| 24 |
- Wer: 0.2470
|
|
@@ -33,7 +34,8 @@ More information needed
|
|
| 33 |
|
| 34 |
## Training and evaluation data
|
| 35 |
|
| 36 |
-
|
|
|
|
| 37 |
|
| 38 |
## Training procedure
|
| 39 |
|
|
@@ -61,4 +63,4 @@ The following hyperparameters were used during training:
|
|
| 61 |
- Transformers 4.32.1
|
| 62 |
- Pytorch 2.0.0
|
| 63 |
- Datasets 2.14.4
|
| 64 |
-
- Tokenizers 0.13.3
|
|
|
|
| 10 |
model-index:
|
| 11 |
- name: Whisper Small Ka - tsobolev
|
| 12 |
results: []
|
| 13 |
+
pipeline_tag: automatic-speech-recognition
|
| 14 |
---
|
| 15 |
|
| 16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 18 |
|
| 19 |
# Whisper Small Ka - tsobolev
|
| 20 |
|
| 21 |
+
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the CV14 dataset.
|
| 22 |
+
It achieves the following results on the test set:
|
| 23 |
- Loss: 0.0542
|
| 24 |
- Wer Ortho: 0.2785
|
| 25 |
- Wer: 0.2470
|
|
|
|
| 34 |
|
| 35 |
## Training and evaluation data
|
| 36 |
|
| 37 |
+
Training - Mozilla Common Voice 14 train split
|
| 38 |
+
Validation - Mozilla Common Voice 14 test split
|
| 39 |
|
| 40 |
## Training procedure
|
| 41 |
|
|
|
|
| 63 |
- Transformers 4.32.1
|
| 64 |
- Pytorch 2.0.0
|
| 65 |
- Datasets 2.14.4
|
| 66 |
+
- Tokenizers 0.13.3
|