wilson-wei commited on
Commit
32a094c
1 Parent(s): 4a89eaa

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -24,7 +24,7 @@ model-index:
24
  metrics:
25
  - name: Wer
26
  type: wer
27
- value: 0.7132027795325332
28
  ---
29
 
30
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -34,9 +34,9 @@ should probably proofread and complete it, then remove this comment. -->
34
 
35
  This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the MInDS-14 dataset.
36
  It achieves the following results on the evaluation set:
37
- - Loss: 0.7759
38
- - Wer Ortho: 0.5066
39
- - Wer: 0.7132
40
 
41
  ## Model description
42
 
@@ -62,13 +62,13 @@ The following hyperparameters were used during training:
62
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
63
  - lr_scheduler_type: constant_with_warmup
64
  - lr_scheduler_warmup_steps: 50
65
- - training_steps: 100
66
 
67
  ### Training results
68
 
69
  | Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
70
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|
71
- | 0.8406 | 0.45 | 100 | 0.7759 | 0.5066 | 0.7132 |
72
 
73
 
74
  ### Framework versions
 
24
  metrics:
25
  - name: Wer
26
  type: wer
27
+ value: 0.9778869778869779
28
  ---
29
 
30
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
34
 
35
  This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the MInDS-14 dataset.
36
  It achieves the following results on the evaluation set:
37
+ - Loss: 0.6328
38
+ - Wer Ortho: 0.8836
39
+ - Wer: 0.9779
40
 
41
  ## Model description
42
 
 
62
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
63
  - lr_scheduler_type: constant_with_warmup
64
  - lr_scheduler_warmup_steps: 50
65
+ - training_steps: 1000
66
 
67
  ### Training results
68
 
69
  | Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
70
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|
71
+ | 0.0017 | 4.48 | 1000 | 0.6328 | 0.8836 | 0.9779 |
72
 
73
 
74
  ### Framework versions