taqwa92 commited on
Commit
bc5ca2d
1 Parent(s): 879f26a

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -24,7 +24,7 @@ model-index:
24
  metrics:
25
  - name: Wer
26
  type: wer
27
- value: 45.63719862227325
28
  ---
29
 
30
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -34,8 +34,8 @@ 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 tm_data dataset.
36
  It achieves the following results on the evaluation set:
37
- - Loss: 0.5530
38
- - Wer: 45.6372
39
 
40
  ## Model description
41
 
@@ -61,19 +61,19 @@ The following hyperparameters were used during training:
61
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
  - lr_scheduler_type: linear
63
  - lr_scheduler_warmup_steps: 500
64
- - training_steps: 500
65
  - mixed_precision_training: Native AMP
66
 
67
  ### Training results
68
 
69
- | Training Loss | Epoch | Step | Validation Loss | Wer |
70
- |:-------------:|:-----:|:----:|:---------------:|:-------:|
71
- | 0.1812 | 5.0 | 500 | 0.5530 | 45.6372 |
72
 
73
 
74
  ### Framework versions
75
 
76
- - Transformers 4.27.0.dev0
77
- - Pytorch 1.13.1+cu116
78
- - Datasets 2.9.0
79
- - Tokenizers 0.13.2
 
24
  metrics:
25
  - name: Wer
26
  type: wer
27
+ value: 138.6229314420804
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 tm_data dataset.
36
  It achieves the following results on the evaluation set:
37
+ - Loss: 0.7916
38
+ - Wer: 138.6229
39
 
40
  ## Model description
41
 
 
61
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
  - lr_scheduler_type: linear
63
  - lr_scheduler_warmup_steps: 500
64
+ - training_steps: 1000
65
  - mixed_precision_training: Native AMP
66
 
67
  ### Training results
68
 
69
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
70
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
71
+ | 0.0012 | 25.64 | 1000 | 0.7916 | 138.6229 |
72
 
73
 
74
  ### Framework versions
75
 
76
+ - Transformers 4.28.0.dev0
77
+ - Pytorch 2.0.0+cu118
78
+ - Datasets 2.11.0
79
+ - Tokenizers 0.13.3