Enpas commited on
Commit
c686195
·
verified ·
1 Parent(s): bcf0711

End of training

Browse files
Files changed (1) hide show
  1. README.md +9 -11
README.md CHANGED
@@ -6,19 +6,19 @@ tags:
6
  metrics:
7
  - wer
8
  model-index:
9
- - name: Whisper-opus
10
  results: []
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
  should probably proofread and complete it, then remove this comment. -->
15
 
16
- # Whisper-opus
17
 
18
  This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.0401
21
- - Wer: 26.8161
22
 
23
  ## Model description
24
 
@@ -38,23 +38,21 @@ More information needed
38
 
39
  The following hyperparameters were used during training:
40
  - learning_rate: 1e-05
41
- - train_batch_size: 16
42
  - eval_batch_size: 2
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
- - lr_scheduler_warmup_steps: 600
47
- - training_steps: 4000
48
  - mixed_precision_training: Native AMP
49
 
50
  ### Training results
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Wer |
53
  |:-------------:|:------:|:----:|:---------------:|:-------:|
54
- | 0.1123 | 0.4912 | 1000 | 0.0716 | 43.9402 |
55
- | 0.052 | 0.9823 | 2000 | 0.0488 | 31.7834 |
56
- | 0.0402 | 1.4735 | 3000 | 0.0425 | 27.7498 |
57
- | 0.0367 | 1.9646 | 4000 | 0.0401 | 26.8161 |
58
 
59
 
60
  ### Framework versions
 
6
  metrics:
7
  - wer
8
  model-index:
9
+ - name: opus-base
10
  results: []
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
  should probably proofread and complete it, then remove this comment. -->
15
 
16
+ # opus-base
17
 
18
  This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.0250
21
+ - Wer: 18.2886
22
 
23
  ## Model description
24
 
 
38
 
39
  The following hyperparameters were used during training:
40
  - learning_rate: 1e-05
41
+ - train_batch_size: 12
42
  - eval_batch_size: 2
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
+ - lr_scheduler_warmup_steps: 500
47
+ - training_steps: 2000
48
  - mixed_precision_training: Native AMP
49
 
50
  ### Training results
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Wer |
53
  |:-------------:|:------:|:----:|:---------------:|:-------:|
54
+ | 0.0293 | 0.3668 | 1000 | 0.0277 | 22.5839 |
55
+ | 0.0283 | 0.7337 | 2000 | 0.0250 | 18.2886 |
 
 
56
 
57
 
58
  ### Framework versions