JacobLinCool commited on
Commit
864bae1
·
verified ·
1 Parent(s): 4fdcd72

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +15 -15
README.md CHANGED
@@ -37,12 +37,12 @@ should probably proofread and complete it, then remove this comment. -->
37
 
38
  This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the hf-internal-testing/librispeech_asr_dummy dataset.
39
  It achieves the following results on the evaluation set:
40
- - Loss: 0.1218
41
  - Wer: 4.7244
42
- - Cer: 100.7102
43
- - Decode Time: 0.5595
44
- - Wer Time: 0.0060
45
- - Cer Time: 0.0027
46
 
47
  ## Model description
48
 
@@ -74,16 +74,16 @@ The following hyperparameters were used during training:
74
 
75
  | Training Loss | Epoch | Step | Validation Loss | Wer | Cer | Decode Time | Wer Time | Cer Time |
76
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|:-----------:|:--------:|:--------:|
77
- | 2.4038 | 0.1 | 10 | 1.9871 | 299.6063 | 116.5483 | 0.5542 | 0.0112 | 0.0038 |
78
- | 1.2202 | 1.01 | 20 | 1.1610 | 172.0472 | 91.6903 | 0.5178 | 0.0055 | 0.0028 |
79
- | 0.8765 | 1.11 | 30 | 0.8079 | 31.8898 | 56.1080 | 0.4854 | 0.0051 | 0.0024 |
80
- | 0.4415 | 2.02 | 40 | 0.6279 | 25.9843 | 82.5284 | 0.5218 | 0.0060 | 0.0028 |
81
- | 0.4307 | 2.12 | 50 | 0.4509 | 16.9291 | 98.2955 | 0.5377 | 0.0056 | 0.0030 |
82
- | 0.2363 | 3.03 | 60 | 0.2952 | 9.4488 | 102.9119 | 0.5310 | 0.0048 | 0.0027 |
83
- | 0.2245 | 3.13 | 70 | 0.2046 | 7.4803 | 96.3778 | 0.5429 | 0.0056 | 0.0029 |
84
- | 0.1053 | 4.04 | 80 | 0.1700 | 5.5118 | 96.4489 | 0.5306 | 0.0067 | 0.0028 |
85
- | 0.0731 | 4.14 | 90 | 0.1320 | 4.7244 | 97.1591 | 0.5509 | 0.0050 | 0.0026 |
86
- | 0.0782 | 5.05 | 100 | 0.1218 | 4.7244 | 100.7102 | 0.5595 | 0.0060 | 0.0027 |
87
 
88
 
89
  ### Framework versions
 
37
 
38
  This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the hf-internal-testing/librispeech_asr_dummy dataset.
39
  It achieves the following results on the evaluation set:
40
+ - Loss: 0.1248
41
  - Wer: 4.7244
42
+ - Cer: 92.6847
43
+ - Decode Time: 0.5481
44
+ - Wer Time: 0.0069
45
+ - Cer Time: 0.0040
46
 
47
  ## Model description
48
 
 
74
 
75
  | Training Loss | Epoch | Step | Validation Loss | Wer | Cer | Decode Time | Wer Time | Cer Time |
76
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|:-----------:|:--------:|:--------:|
77
+ | 2.4107 | 0.1 | 10 | 1.9892 | 303.5433 | 117.1875 | 0.5449 | 0.0307 | 0.0039 |
78
+ | 1.2109 | 1.01 | 20 | 1.1659 | 155.1181 | 91.2642 | 0.5278 | 0.0062 | 0.0036 |
79
+ | 0.8855 | 1.11 | 30 | 0.8104 | 30.7087 | 56.8182 | 0.4832 | 0.0069 | 0.0041 |
80
+ | 0.4367 | 2.02 | 40 | 0.6315 | 25.1969 | 74.5739 | 0.5295 | 0.0058 | 0.0034 |
81
+ | 0.4398 | 2.12 | 50 | 0.4566 | 17.3228 | 91.9744 | 0.6078 | 0.0055 | 0.0030 |
82
+ | 0.2291 | 3.03 | 60 | 0.3006 | 9.0551 | 100.7102 | 0.5659 | 0.0058 | 0.0031 |
83
+ | 0.2281 | 3.13 | 70 | 0.2144 | 7.4803 | 90.4830 | 0.5507 | 0.0046 | 0.0030 |
84
+ | 0.111 | 4.04 | 80 | 0.1736 | 5.9055 | 89.3466 | 0.6595 | 0.0063 | 0.0032 |
85
+ | 0.0695 | 4.14 | 90 | 0.1345 | 4.7244 | 87.9261 | 0.6369 | 0.0402 | 0.0182 |
86
+ | 0.0761 | 5.05 | 100 | 0.1248 | 4.7244 | 92.6847 | 0.5481 | 0.0069 | 0.0040 |
87
 
88
 
89
  ### Framework versions