Update README.md
Browse files
README.md
CHANGED
@@ -41,11 +41,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
41 |
# Whisper Medium GA-EN Speech Translation
|
42 |
|
43 |
This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on the IWSLT-2023, FLEURS, BiteSize, SpokenWords, Tatoeba, and Wikimedia, augmented with noise dataset.
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
-
|
48 |
-
-
|
|
|
|
|
49 |
|
50 |
## Model description
|
51 |
|
|
|
41 |
# Whisper Medium GA-EN Speech Translation
|
42 |
|
43 |
This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on the IWSLT-2023, FLEURS, BiteSize, SpokenWords, Tatoeba, and Wikimedia, augmented with noise dataset.
|
44 |
+
The datasets are augmented in two ways: noise augmentation, and truncating low-magnitude samples.
|
45 |
+
The best model checkpoint (this version) based on ChrF is at step 2900, epoch 0.6349,
|
46 |
+
and it achieves the following results on the evaluation set:
|
47 |
+
- Loss: 1.1883
|
48 |
+
- Bleu: 32.88
|
49 |
+
- Chrf: 51.52
|
50 |
+
- Wer: 62.0441
|
51 |
|
52 |
## Model description
|
53 |
|