marczenko commited on
Commit
c88649f
1 Parent(s): e10509e

SpeechResearch/timit-openai-whisper-test

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -16,6 +16,13 @@ should probably proofread and complete it, then remove this comment. -->
16
  # timit-ft
17
 
18
  This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the timit_asr dataset.
 
 
 
 
 
 
 
19
 
20
  ## Model description
21
 
 
16
  # timit-ft
17
 
18
  This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the timit_asr dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - eval_loss: 0.7722
21
+ - eval_wer: 7.1566
22
+ - eval_runtime: 335.4678
23
+ - eval_samples_per_second: 5.008
24
+ - eval_steps_per_second: 0.158
25
+ - step: 0
26
 
27
  ## Model description
28