AsemBadr commited on
Commit
088b3cb
·
verified ·
1 Parent(s): d9e5853

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -19,6 +19,14 @@ should probably proofread and complete it, then remove this comment. -->
19
  # Whisper Small for Quran Recognition
20
 
21
  This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Quran_Reciters dataset.
 
 
 
 
 
 
 
 
22
 
23
  ## Model description
24
 
@@ -52,4 +60,4 @@ The following hyperparameters were used during training:
52
  - Transformers 4.41.0.dev0
53
  - Pytorch 2.1.2
54
  - Datasets 2.17.1
55
- - Tokenizers 0.19.1
 
19
  # Whisper Small for Quran Recognition
20
 
21
  This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Quran_Reciters dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - epoch: 4.9423
24
+ - eval_loss: 0.0126
25
+ - eval_runtime: 1705.0805
26
+ - eval_samples_per_second: 1.423
27
+ - eval_steps_per_second: 0.178
28
+ - eval_wer: 2.4237
29
+ - step: 3000
30
 
31
  ## Model description
32
 
 
60
  - Transformers 4.41.0.dev0
61
  - Pytorch 2.1.2
62
  - Datasets 2.17.1
63
+ - Tokenizers 0.19.1