fmcurti commited on
Commit
68bb6bf
1 Parent(s): 5c418a6

End of training

Browse files
Files changed (1) hide show
  1. README.md +8 -10
README.md CHANGED
@@ -16,15 +16,6 @@ should probably proofread and complete it, then remove this comment. -->
16
  # whisper-small-minds14
17
 
18
  This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the PolyAI/minds14 dataset.
19
- It achieves the following results on the evaluation set:
20
- - eval_loss: 0.6912
21
- - eval_wer_ortho: 0.2727
22
- - eval_wer: 0.2792
23
- - eval_runtime: 60.5357
24
- - eval_samples_per_second: 1.867
25
- - eval_steps_per_second: 0.132
26
- - epoch: 27.59
27
- - step: 800
28
 
29
  ## Model description
30
 
@@ -50,7 +41,14 @@ The following hyperparameters were used during training:
50
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
  - lr_scheduler_type: constant_with_warmup
52
  - lr_scheduler_warmup_steps: 50
53
- - training_steps: 1200
 
 
 
 
 
 
 
54
 
55
  ### Framework versions
56
 
 
16
  # whisper-small-minds14
17
 
18
  This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the PolyAI/minds14 dataset.
 
 
 
 
 
 
 
 
 
19
 
20
  ## Model description
21
 
 
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: constant_with_warmup
43
  - lr_scheduler_warmup_steps: 50
44
+ - training_steps: 10
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
49
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|
50
+ | No log | 0.34 | 10 | 0.6913 | 0.2721 | 0.2786 |
51
+
52
 
53
  ### Framework versions
54