GogetaBlueMUI commited on
Commit
bc20c58
·
verified ·
1 Parent(s): 6944061

End of training

Browse files
Files changed (1) hide show
  1. README.md +12 -11
README.md CHANGED
@@ -3,7 +3,7 @@ library_name: transformers
3
  language:
4
  - ur
5
  license: apache-2.0
6
- base_model: openai/whisper-medium
7
  tags:
8
  - generated_from_trainer
9
  datasets:
@@ -25,7 +25,7 @@ model-index:
25
  metrics:
26
  - name: Wer
27
  type: wer
28
- value: 26.735436622234133
29
  ---
30
 
31
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -33,10 +33,10 @@ should probably proofread and complete it, then remove this comment. -->
33
 
34
  # Whisper Medium Ur - Your Name
35
 
36
- This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on the Common Voice 19.0 dataset.
37
  It achieves the following results on the evaluation set:
38
- - Loss: 0.3392
39
- - Wer: 26.7354
40
 
41
  ## Model description
42
 
@@ -55,7 +55,7 @@ More information needed
55
  ### Training hyperparameters
56
 
57
  The following hyperparameters were used during training:
58
- - learning_rate: 5e-06
59
  - train_batch_size: 8
60
  - eval_batch_size: 8
61
  - seed: 42
@@ -63,17 +63,18 @@ The following hyperparameters were used during training:
63
  - total_train_batch_size: 16
64
  - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
65
  - lr_scheduler_type: linear
66
- - lr_scheduler_warmup_steps: 150
67
- - training_steps: 1500
68
  - mixed_precision_training: Native AMP
69
 
70
  ### Training results
71
 
72
  | Training Loss | Epoch | Step | Validation Loss | Wer |
73
  |:-------------:|:------:|:----:|:---------------:|:-------:|
74
- | 0.3835 | 0.6557 | 500 | 0.3813 | 27.1418 |
75
- | 0.2643 | 1.3108 | 1000 | 0.3522 | 26.4809 |
76
- | 0.2424 | 1.9666 | 1500 | 0.3392 | 26.7354 |
 
77
 
78
 
79
  ### Framework versions
 
3
  language:
4
  - ur
5
  license: apache-2.0
6
+ base_model: GogetaBlueMUI/whisper-medium-ur-v3
7
  tags:
8
  - generated_from_trainer
9
  datasets:
 
25
  metrics:
26
  - name: Wer
27
  type: wer
28
+ value: 25.0787058744725
29
  ---
30
 
31
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
33
 
34
  # Whisper Medium Ur - Your Name
35
 
36
+ This model is a fine-tuned version of [GogetaBlueMUI/whisper-medium-ur-v3](https://huggingface.co/GogetaBlueMUI/whisper-medium-ur-v3) on the Common Voice 19.0 dataset.
37
  It achieves the following results on the evaluation set:
38
+ - Loss: 0.3692
39
+ - Wer: 25.0787
40
 
41
  ## Model description
42
 
 
55
  ### Training hyperparameters
56
 
57
  The following hyperparameters were used during training:
58
+ - learning_rate: 3e-06
59
  - train_batch_size: 8
60
  - eval_batch_size: 8
61
  - seed: 42
 
63
  - total_train_batch_size: 16
64
  - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
65
  - lr_scheduler_type: linear
66
+ - lr_scheduler_warmup_steps: 100
67
+ - training_steps: 1000
68
  - mixed_precision_training: Native AMP
69
 
70
  ### Training results
71
 
72
  | Training Loss | Epoch | Step | Validation Loss | Wer |
73
  |:-------------:|:------:|:----:|:---------------:|:-------:|
74
+ | 0.1648 | 0.3279 | 250 | 0.3832 | 28.1711 |
75
+ | 0.1748 | 0.6557 | 500 | 0.3737 | 30.1650 |
76
+ | 0.1887 | 0.9836 | 750 | 0.3587 | 24.8532 |
77
+ | 0.132 | 1.3108 | 1000 | 0.3692 | 25.0787 |
78
 
79
 
80
  ### Framework versions