sant commited on
Commit
55af333
·
verified ·
1 Parent(s): 52bbc40

End of training

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -6,19 +6,19 @@ tags:
6
  metrics:
7
  - wer
8
  model-index:
9
- - name: small-Cotrsc
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
- # small-Cotrsc
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.0171
21
- - Wer: 20.5156
22
 
23
  ## Model description
24
 
@@ -37,24 +37,24 @@ 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
45
  - lr_scheduler_type: linear
46
- - lr_scheduler_warmup_steps: 320
47
- - training_steps: 3200
48
  - mixed_precision_training: Native AMP
49
 
50
  ### Training results
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Wer |
53
  |:-------------:|:------:|:----:|:---------------:|:-------:|
54
- | 0.0204 | 0.3268 | 800 | 0.0194 | 22.4152 |
55
- | 0.0205 | 0.6536 | 1600 | 0.0185 | 22.0081 |
56
- | 0.021 | 0.9804 | 2400 | 0.0173 | 20.7870 |
57
- | 0.0142 | 1.3072 | 3200 | 0.0171 | 20.5156 |
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.0362
21
+ - Wer: 24.9734
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
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.2172 | 0.4085 | 500 | 0.0792 | 47.6621 |
55
+ | 0.0533 | 0.8170 | 1000 | 0.0468 | 31.5887 |
56
+ | 0.0372 | 1.2255 | 1500 | 0.0392 | 26.6472 |
57
+ | 0.0343 | 1.6340 | 2000 | 0.0362 | 24.9734 |
58
 
59
 
60
  ### Framework versions