ngia commited on
Commit
799f02d
·
verified ·
1 Parent(s): 62009b7

End of training

Browse files
Files changed (1) hide show
  1. README.md +11 -13
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  library_name: transformers
3
  language:
4
- - fr
5
  license: apache-2.0
6
  base_model: openai/whisper-small
7
  tags:
@@ -11,7 +11,7 @@ datasets:
11
  metrics:
12
  - wer
13
  model-index:
14
- - name: Whisper Small WO - Team
15
  results:
16
  - task:
17
  name: Automatic Speech Recognition
@@ -23,18 +23,18 @@ model-index:
23
  metrics:
24
  - name: Wer
25
  type: wer
26
- value: 91.83835755078435
27
  ---
28
 
29
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
30
  should probably proofread and complete it, then remove this comment. -->
31
 
32
- # Whisper Small WO - Team
33
 
34
  This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the ASR Wolof Dataset dataset.
35
  It achieves the following results on the evaluation set:
36
- - Loss: 0.8870
37
- - Wer: 91.8384
38
 
39
  ## Model description
40
 
@@ -60,17 +60,15 @@ The following hyperparameters were used during training:
60
  - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
61
  - lr_scheduler_type: linear
62
  - lr_scheduler_warmup_steps: 500
63
- - training_steps: 4000
64
  - mixed_precision_training: Native AMP
65
 
66
  ### Training results
67
 
68
- | Training Loss | Epoch | Step | Validation Loss | Wer |
69
- |:-------------:|:------:|:----:|:---------------:|:--------:|
70
- | 0.8252 | 1.5385 | 1000 | 0.9188 | 196.5264 |
71
- | 0.426 | 3.0769 | 2000 | 0.8413 | 126.6049 |
72
- | 0.3404 | 4.6154 | 3000 | 0.8577 | 104.8345 |
73
- | 0.2588 | 6.1538 | 4000 | 0.8870 | 91.8384 |
74
 
75
 
76
  ### Framework versions
 
1
  ---
2
  library_name: transformers
3
  language:
4
+ - wo
5
  license: apache-2.0
6
  base_model: openai/whisper-small
7
  tags:
 
11
  metrics:
12
  - wer
13
  model-index:
14
+ - name: Whisper small Wolof
15
  results:
16
  - task:
17
  name: Automatic Speech Recognition
 
23
  metrics:
24
  - name: Wer
25
  type: wer
26
+ value: 57.521867996819196
27
  ---
28
 
29
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
30
  should probably proofread and complete it, then remove this comment. -->
31
 
32
+ # Whisper small Wolof
33
 
34
  This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the ASR Wolof Dataset dataset.
35
  It achieves the following results on the evaluation set:
36
+ - Loss: 1.1153
37
+ - Wer: 57.5219
38
 
39
  ## Model description
40
 
 
60
  - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
61
  - lr_scheduler_type: linear
62
  - lr_scheduler_warmup_steps: 500
63
+ - training_steps: 2000
64
  - mixed_precision_training: Native AMP
65
 
66
  ### Training results
67
 
68
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
69
+ |:-------------:|:------:|:----:|:---------------:|:-------:|
70
+ | 0.0469 | 1.5385 | 1000 | 1.0919 | 59.6002 |
71
+ | 0.008 | 3.0769 | 2000 | 1.1153 | 57.5219 |
 
 
72
 
73
 
74
  ### Framework versions