kazeric commited on
Commit
127cfee
·
verified ·
1 Parent(s): af2db73

End of training

Browse files
Files changed (2) hide show
  1. README.md +28 -5
  2. generation_config.json +1 -1
README.md CHANGED
@@ -8,9 +8,21 @@ tags:
8
  - generated_from_trainer
9
  datasets:
10
  - bookbot/OpenBible_Swahili
 
 
11
  model-index:
12
  - name: Whisper_Small_swahili_bible
13
- results: []
 
 
 
 
 
 
 
 
 
 
14
  ---
15
 
16
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -19,6 +31,10 @@ should probably proofread and complete it, then remove this comment. -->
19
  # Whisper_Small_swahili_bible
20
 
21
  This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the OpenBible_Swahili_book_split dataset.
 
 
 
 
22
 
23
  ## Model description
24
 
@@ -44,12 +60,19 @@ The following hyperparameters were used during training:
44
  - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
45
  - lr_scheduler_type: constant_with_warmup
46
  - lr_scheduler_warmup_steps: 50
47
- - training_steps: 500
48
  - mixed_precision_training: Native AMP
49
 
 
 
 
 
 
 
 
50
  ### Framework versions
51
 
52
- - Transformers 4.48.3
53
  - Pytorch 2.6.0+cu124
54
- - Datasets 3.4.0
55
- - Tokenizers 0.21.0
 
8
  - generated_from_trainer
9
  datasets:
10
  - bookbot/OpenBible_Swahili
11
+ metrics:
12
+ - wer
13
  model-index:
14
  - name: Whisper_Small_swahili_bible
15
+ results:
16
+ - task:
17
+ name: Automatic Speech Recognition
18
+ type: automatic-speech-recognition
19
+ dataset:
20
+ name: OpenBible_Swahili_book_split
21
+ type: bookbot/OpenBible_Swahili
22
+ metrics:
23
+ - name: Wer
24
+ type: wer
25
+ value: 9.76996476224413
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
31
  # Whisper_Small_swahili_bible
32
 
33
  This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the OpenBible_Swahili_book_split dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 0.2541
36
+ - Wer Ortho: 19.1300
37
+ - Wer: 9.7700
38
 
39
  ## Model description
40
 
 
60
  - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
61
  - lr_scheduler_type: constant_with_warmup
62
  - lr_scheduler_warmup_steps: 50
63
+ - num_epochs: 1
64
  - mixed_precision_training: Native AMP
65
 
66
+ ### Training results
67
+
68
+ | Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
69
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|
70
+ | 0.1659 | 1.0 | 1423 | 0.2541 | 19.1300 | 9.7700 |
71
+
72
+
73
  ### Framework versions
74
 
75
+ - Transformers 4.50.0
76
  - Pytorch 2.6.0+cu124
77
+ - Datasets 3.5.0
78
+ - Tokenizers 0.21.1
generation_config.json CHANGED
@@ -258,5 +258,5 @@
258
  "transcribe": 50359,
259
  "translate": 50358
260
  },
261
- "transformers_version": "4.48.3"
262
  }
 
258
  "transcribe": 50359,
259
  "translate": 50358
260
  },
261
+ "transformers_version": "4.50.0"
262
  }