ymoslem commited on
Commit
686a5a5
1 Parent(s): 65b98c7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -40,7 +40,13 @@ should probably proofread and complete it, then remove this comment. -->
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, and SpokenWords datasets.
43
- The best model checkpoint (this version) is at step 3400, epoch 3.67, and it achieves the following results on the evaluation set:
 
 
 
 
 
 
44
  - Loss: 1.5752
45
  - Bleu: 30.77
46
  - Chrf: 46.43
 
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, and SpokenWords datasets.
43
+ The best model checkpoint (this version) based on ChrF is at step 3300, epoch 3.67, and it achieves the following results on the evaluation set:
44
+ - Loss: 1.5823
45
+ - Bleu: 29.81
46
+ - Chrf: 46.50
47
+ - Wer: 66.7267
48
+
49
+ The best checkpoint based on BLEU achieves the following results:
50
  - Loss: 1.5752
51
  - Bleu: 30.77
52
  - Chrf: 46.43