Update README.md
Browse files
README.md
CHANGED
@@ -14,6 +14,7 @@ datasets:
|
|
14 |
metrics:
|
15 |
- bleu
|
16 |
- wer
|
|
|
17 |
model-index:
|
18 |
- name: Whisper Small GA-EN Speech Translation
|
19 |
results:
|
@@ -30,6 +31,7 @@ model-index:
|
|
30 |
- name: Wer
|
31 |
type: wer
|
32 |
value: 72.0396217919856
|
|
|
33 |
---
|
34 |
|
35 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -37,12 +39,14 @@ should probably proofread and complete it, then remove this comment. -->
|
|
37 |
|
38 |
# Whisper Small GA-EN Speech Translation
|
39 |
|
40 |
-
This model is a fine-tuned version of
|
41 |
-
|
42 |
-
|
43 |
-
-
|
44 |
-
-
|
45 |
-
-
|
|
|
|
|
46 |
|
47 |
## Model description
|
48 |
|
@@ -111,4 +115,4 @@ The following hyperparameters were used during training:
|
|
111 |
- Transformers 4.40.2
|
112 |
- Pytorch 2.2.0+cu121
|
113 |
- Datasets 2.19.1
|
114 |
-
- Tokenizers 0.19.1
|
|
|
14 |
metrics:
|
15 |
- bleu
|
16 |
- wer
|
17 |
+
- chrf
|
18 |
model-index:
|
19 |
- name: Whisper Small GA-EN Speech Translation
|
20 |
results:
|
|
|
31 |
- name: Wer
|
32 |
type: wer
|
33 |
value: 72.0396217919856
|
34 |
+
library_name: transformers
|
35 |
---
|
36 |
|
37 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
39 |
|
40 |
# Whisper Small GA-EN Speech Translation
|
41 |
|
42 |
+
This model is a fine-tuned version of openai/whisper-small on the IWSLT-2023, FLEURS, BiteSize, and SpokenWords datasets.
|
43 |
+
The best model checkpoint (this version) based on ChrF is at step 2100, epoch 4.5259, and
|
44 |
+
it achieves the following results on the evaluation set:
|
45 |
+
- Loss: 1.7200
|
46 |
+
- Bleu: 29.83
|
47 |
+
- Chrf: 44.87
|
48 |
+
- Wer: 64.8807
|
49 |
+
|
50 |
|
51 |
## Model description
|
52 |
|
|
|
115 |
- Transformers 4.40.2
|
116 |
- Pytorch 2.2.0+cu121
|
117 |
- Datasets 2.19.1
|
118 |
+
- Tokenizers 0.19.1
|