odunola commited on
Commit
c3648dd
1 Parent(s): 4106294

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -7
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  license: apache-2.0
3
- base_model: odunola/yoruba_whisper
4
  tags:
5
  - generated_from_trainer
6
  metrics:
@@ -15,10 +15,10 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # yoruba_whisper
17
 
18
- This model is a fine-tuned version of [odunola/yoruba_whisper](https://huggingface.co/odunola/yoruba_whisper) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.4023
21
- - Wer: 49.2215
22
 
23
  ## Model description
24
 
@@ -44,15 +44,16 @@ The following hyperparameters were used during training:
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.3182 | 1.85 | 1000 | 0.4067 | 50.5848 |
55
- | 0.1219 | 3.7 | 2000 | 0.4023 | 49.2215 |
 
56
 
57
 
58
  ### Framework versions
 
1
  ---
2
  license: apache-2.0
3
+ base_model: openai/whisper-small
4
  tags:
5
  - generated_from_trainer
6
  metrics:
 
15
 
16
  # yoruba_whisper
17
 
18
+ This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.5389
21
+ - Wer: 56.0826
22
 
23
  ## Model description
24
 
 
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: 3000
48
  - mixed_precision_training: Native AMP
49
 
50
  ### Training results
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Wer |
53
  |:-------------:|:-----:|:----:|:---------------:|:-------:|
54
+ | 0.5342 | 1.85 | 1000 | 0.5837 | 60.3821 |
55
+ | 0.2361 | 3.7 | 2000 | 0.5227 | 58.5009 |
56
+ | 0.1185 | 5.56 | 3000 | 0.5389 | 56.0826 |
57
 
58
 
59
  ### Framework versions