Enpas commited on
Commit
e7a67cb
·
verified ·
1 Parent(s): 21fe748

End of training

Browse files
Files changed (1) hide show
  1. README.md +10 -10
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.0261
21
- - Wer: 21.3881
22
 
23
  ## Model description
24
 
@@ -37,8 +37,8 @@ More information needed
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
40
- - learning_rate: 1e-05
41
- - train_batch_size: 12
42
  - eval_batch_size: 8
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
@@ -51,10 +51,10 @@ The following hyperparameters were used during training:
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Wer |
53
  |:-------------:|:------:|:----:|:---------------:|:-------:|
54
- | 0.0321 | 0.2040 | 500 | 0.0300 | 24.1575 |
55
- | 0.0335 | 0.4080 | 1000 | 0.0287 | 22.7227 |
56
- | 0.0326 | 0.6120 | 1500 | 0.0272 | 21.8218 |
57
- | 0.0293 | 0.8160 | 2000 | 0.0261 | 21.3881 |
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.0177
21
+ - Wer: 14.6250
22
 
23
  ## Model description
24
 
 
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
40
+ - learning_rate: 2e-05
41
+ - train_batch_size: 24
42
  - eval_batch_size: 8
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
 
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Wer |
53
  |:-------------:|:------:|:----:|:---------------:|:-------:|
54
+ | 0.0281 | 0.4075 | 500 | 0.0224 | 18.3943 |
55
+ | 0.0292 | 0.8150 | 1000 | 0.0209 | 17.6027 |
56
+ | 0.0241 | 1.2225 | 1500 | 0.0188 | 15.7181 |
57
+ | 0.0197 | 1.6300 | 2000 | 0.0177 | 14.6250 |
58
 
59
 
60
  ### Framework versions