DewiBrynJones commited on
Commit
2aed67c
1 Parent(s): b097ef3

Model save

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.5462
21
- - Wer: 35.3640
22
 
23
  ## Model description
24
 
@@ -52,10 +52,10 @@ The following hyperparameters were used during training:
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Wer |
54
  |:-------------:|:-----:|:----:|:---------------:|:-------:|
55
- | 0.7059 | 0.25 | 1000 | 0.7390 | 44.4910 |
56
- | 0.5534 | 0.5 | 2000 | 0.6116 | 39.2168 |
57
- | 0.5087 | 0.75 | 3000 | 0.5615 | 36.0193 |
58
- | 0.4749 | 1.01 | 4000 | 0.5462 | 35.3640 |
59
 
60
 
61
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.5477
21
+ - Wer: 34.3428
22
 
23
  ## Model description
24
 
 
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Wer |
54
  |:-------------:|:-----:|:----:|:---------------:|:-------:|
55
+ | 0.7097 | 0.25 | 1000 | 0.7389 | 43.5556 |
56
+ | 0.5583 | 0.5 | 2000 | 0.6130 | 38.2386 |
57
+ | 0.5141 | 0.75 | 3000 | 0.5637 | 35.1617 |
58
+ | 0.4805 | 1.01 | 4000 | 0.5477 | 34.3428 |
59
 
60
 
61
  ### Framework versions