NMutangana commited on
Commit
1feb8a9
1 Parent(s): 44f9db5

NMutangana/swahiliModel

Browse files
Files changed (1) hide show
  1. README.md +29 -1
README.md CHANGED
@@ -5,9 +5,24 @@ tags:
5
  - generated_from_trainer
6
  datasets:
7
  - common_voice_11_0
 
 
8
  model-index:
9
  - name: whisper-small-swahili
10
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -16,6 +31,9 @@ should probably proofread and complete it, then remove this comment. -->
16
  # whisper-small-swahili
17
 
18
  This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the common_voice_11_0 dataset.
 
 
 
19
 
20
  ## Model description
21
 
@@ -44,6 +62,16 @@ The following hyperparameters were used during training:
44
  - training_steps: 4000
45
  - mixed_precision_training: Native AMP
46
 
 
 
 
 
 
 
 
 
 
 
47
  ### Framework versions
48
 
49
  - Transformers 4.40.0
 
5
  - generated_from_trainer
6
  datasets:
7
  - common_voice_11_0
8
+ metrics:
9
+ - wer
10
  model-index:
11
  - name: whisper-small-swahili
12
+ results:
13
+ - task:
14
+ name: Automatic Speech Recognition
15
+ type: automatic-speech-recognition
16
+ dataset:
17
+ name: common_voice_11_0
18
+ type: common_voice_11_0
19
+ config: sw
20
+ split: None
21
+ args: sw
22
+ metrics:
23
+ - name: Wer
24
+ type: wer
25
+ value: 34.94378922684323
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
31
  # whisper-small-swahili
32
 
33
  This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the common_voice_11_0 dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 0.6821
36
+ - Wer: 34.9438
37
 
38
  ## Model description
39
 
 
62
  - training_steps: 4000
63
  - mixed_precision_training: Native AMP
64
 
65
+ ### Training results
66
+
67
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
68
+ |:-------------:|:------:|:----:|:---------------:|:-------:|
69
+ | 0.3797 | 1.5625 | 1000 | 0.6029 | 40.2361 |
70
+ | 0.1129 | 3.125 | 2000 | 0.5886 | 35.5841 |
71
+ | 0.0507 | 4.6875 | 3000 | 0.6397 | 35.4404 |
72
+ | 0.0161 | 6.25 | 4000 | 0.6821 | 34.9438 |
73
+
74
+
75
  ### Framework versions
76
 
77
  - Transformers 4.40.0