End of training
Browse files
README.md
CHANGED
|
@@ -1,19 +1,50 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
base_model: openai/whisper-small
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
model-index:
|
| 7 |
-
- name:
|
| 8 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 12 |
should probably proofread and complete it, then remove this comment. -->
|
| 13 |
|
| 14 |
-
#
|
| 15 |
|
| 16 |
-
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
|
| 18 |
## Model description
|
| 19 |
|
|
@@ -42,6 +73,42 @@ The following hyperparameters were used during training:
|
|
| 42 |
- training_steps: 3000
|
| 43 |
- mixed_precision_training: Native AMP
|
| 44 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
### Framework versions
|
| 46 |
|
| 47 |
- Transformers 4.41.2
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- ga
|
| 4 |
+
- en
|
| 5 |
license: apache-2.0
|
| 6 |
base_model: openai/whisper-small
|
| 7 |
tags:
|
| 8 |
- generated_from_trainer
|
| 9 |
+
datasets:
|
| 10 |
+
- ymoslem/IWSLT2023-GA-EN
|
| 11 |
+
- ymoslem/FLEURS-GA-EN
|
| 12 |
+
- ymoslem/BitesizeIrish-GA-EN
|
| 13 |
+
- ymoslem/SpokenWords-GA-EN-MTed
|
| 14 |
+
- ymoslem/Tatoeba-Speech-Irish
|
| 15 |
+
- ymoslem/Wikimedia-Speech-Irish
|
| 16 |
+
metrics:
|
| 17 |
+
- bleu
|
| 18 |
+
- wer
|
| 19 |
model-index:
|
| 20 |
+
- name: Whisper Small GA-EN Speech Translation
|
| 21 |
+
results:
|
| 22 |
+
- task:
|
| 23 |
+
name: Automatic Speech Recognition
|
| 24 |
+
type: automatic-speech-recognition
|
| 25 |
+
dataset:
|
| 26 |
+
name: IWSLT-2023, FLEURS, BiteSize, SpokenWords, Tatoeba, and Wikimedia
|
| 27 |
+
type: ymoslem/IWSLT2023-GA-EN
|
| 28 |
+
metrics:
|
| 29 |
+
- name: Bleu
|
| 30 |
+
type: bleu
|
| 31 |
+
value: 32.44
|
| 32 |
+
- name: Wer
|
| 33 |
+
type: wer
|
| 34 |
+
value: 63.259792886087354
|
| 35 |
---
|
| 36 |
|
| 37 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 38 |
should probably proofread and complete it, then remove this comment. -->
|
| 39 |
|
| 40 |
+
# Whisper Small GA-EN Speech Translation
|
| 41 |
|
| 42 |
+
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the IWSLT-2023, FLEURS, BiteSize, SpokenWords, Tatoeba, and Wikimedia dataset.
|
| 43 |
+
It achieves the following results on the evaluation set:
|
| 44 |
+
- Loss: 1.3690
|
| 45 |
+
- Bleu: 32.44
|
| 46 |
+
- Chrf: 48.06
|
| 47 |
+
- Wer: 63.2598
|
| 48 |
|
| 49 |
## Model description
|
| 50 |
|
|
|
|
| 73 |
- training_steps: 3000
|
| 74 |
- mixed_precision_training: Native AMP
|
| 75 |
|
| 76 |
+
### Training results
|
| 77 |
+
|
| 78 |
+
| Training Loss | Epoch | Step | Validation Loss | Bleu | Chrf | Wer |
|
| 79 |
+
|:-------------:|:------:|:----:|:---------------:|:-----:|:-----:|:--------:|
|
| 80 |
+
| 2.3655 | 0.0438 | 100 | 1.7709 | 8.84 | 26.21 | 127.7803 |
|
| 81 |
+
| 1.8998 | 0.0876 | 200 | 1.5198 | 14.9 | 32.89 | 99.2796 |
|
| 82 |
+
| 1.5421 | 0.1313 | 300 | 1.3972 | 16.15 | 35.77 | 86.8077 |
|
| 83 |
+
| 1.3154 | 0.1751 | 400 | 1.3412 | 20.46 | 39.48 | 83.0707 |
|
| 84 |
+
| 1.1138 | 0.2189 | 500 | 1.3126 | 23.16 | 41.28 | 74.1108 |
|
| 85 |
+
| 0.9814 | 0.2627 | 600 | 1.3217 | 25.56 | 41.67 | 68.7528 |
|
| 86 |
+
| 0.8897 | 0.3065 | 700 | 1.2859 | 27.0 | 43.54 | 66.3215 |
|
| 87 |
+
| 0.7495 | 0.3503 | 800 | 1.2668 | 21.71 | 43.03 | 75.7767 |
|
| 88 |
+
| 0.7068 | 0.3940 | 900 | 1.2852 | 17.86 | 40.88 | 106.0333 |
|
| 89 |
+
| 0.6002 | 0.4378 | 1000 | 1.2476 | 24.0 | 44.26 | 78.4331 |
|
| 90 |
+
| 0.4989 | 0.4816 | 1100 | 1.2756 | 28.88 | 45.57 | 67.2670 |
|
| 91 |
+
| 0.4464 | 0.5254 | 1200 | 1.2756 | 27.81 | 45.53 | 66.8618 |
|
| 92 |
+
| 0.3883 | 0.5692 | 1300 | 1.2799 | 29.84 | 46.03 | 64.0702 |
|
| 93 |
+
| 0.341 | 0.6130 | 1400 | 1.2693 | 26.51 | 43.97 | 75.3715 |
|
| 94 |
+
| 0.2853 | 0.6567 | 1500 | 1.3310 | 26.99 | 45.58 | 74.0207 |
|
| 95 |
+
| 0.2611 | 0.7005 | 1600 | 1.3022 | 25.83 | 44.79 | 73.4354 |
|
| 96 |
+
| 0.2013 | 0.7443 | 1700 | 1.3266 | 30.78 | 46.61 | 63.6650 |
|
| 97 |
+
| 0.1886 | 0.7881 | 1800 | 1.2943 | 25.56 | 45.46 | 73.7055 |
|
| 98 |
+
| 0.1517 | 0.8319 | 1900 | 1.3193 | 28.93 | 45.09 | 64.3854 |
|
| 99 |
+
| 0.1288 | 0.8757 | 2000 | 1.3567 | 28.22 | 44.75 | 67.6722 |
|
| 100 |
+
| 0.1129 | 0.9194 | 2100 | 1.3431 | 29.55 | 46.22 | 66.2314 |
|
| 101 |
+
| 0.1 | 0.9632 | 2200 | 1.3365 | 31.46 | 48.14 | 64.9257 |
|
| 102 |
+
| 0.0505 | 1.0070 | 2300 | 1.3557 | 30.37 | 47.16 | 64.1153 |
|
| 103 |
+
| 0.0468 | 1.0508 | 2400 | 1.3648 | 31.57 | 48.17 | 62.0891 |
|
| 104 |
+
| 0.0373 | 1.0946 | 2500 | 1.3661 | 31.56 | 47.76 | 64.7456 |
|
| 105 |
+
| 0.0297 | 1.1384 | 2600 | 1.3638 | 31.13 | 47.74 | 64.3854 |
|
| 106 |
+
| 0.0283 | 1.1821 | 2700 | 1.3847 | 29.98 | 47.54 | 65.9613 |
|
| 107 |
+
| 0.0302 | 1.2259 | 2800 | 1.3730 | 32.32 | 48.28 | 64.0252 |
|
| 108 |
+
| 0.0229 | 1.2697 | 2900 | 1.3702 | 31.47 | 47.55 | 65.1508 |
|
| 109 |
+
| 0.0262 | 1.3135 | 3000 | 1.3690 | 32.44 | 48.06 | 63.2598 |
|
| 110 |
+
|
| 111 |
+
|
| 112 |
### Framework versions
|
| 113 |
|
| 114 |
- Transformers 4.41.2
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 966995080
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:18512c0d6a759fd14608d249e8a3e894dadb36cd0ad72554d4c77bd2c686ad24
|
| 3 |
size 966995080
|
runs/Jun04_20-37-36_4f59dc87f231/events.out.tfevents.1717533541.4f59dc87f231
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b4b9c38a057e561fd32ecb95d9ff69b7e55279acf74f0e851fbe4628f4796e82
|
| 3 |
+
size 43716
|