sitwala commited on
Commit
6e66a5f
·
verified ·
1 Parent(s): e31ec28

End of training

Browse files
Files changed (1) hide show
  1. README.md +17 -3
README.md CHANGED
@@ -4,8 +4,12 @@ license: mit
4
  base_model: openai/whisper-large-v3-turbo
5
  tags:
6
  - generated_from_trainer
 
 
 
 
7
  model-index:
8
- - name: whisper-large-v3-turbo-anv-sot-50h
9
  results: []
10
  ---
11
 
@@ -13,9 +17,12 @@ model-index:
13
  should probably proofread and complete it, then remove this comment. -->
14
 
15
  [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/dsfsi/za-next-voices/runs/88r3atgn)
16
- # whisper-large-v3-turbo-anv-sot-50h
17
 
18
- This model is a fine-tuned version of [openai/whisper-large-v3-turbo](https://huggingface.co/openai/whisper-large-v3-turbo) on an unknown dataset.
 
 
 
19
 
20
  ## Model description
21
 
@@ -44,6 +51,13 @@ The following hyperparameters were used during training:
44
  - training_steps: 184
45
  - mixed_precision_training: Native AMP
46
 
 
 
 
 
 
 
 
47
  ### Framework versions
48
 
49
  - Transformers 4.52.0
 
4
  base_model: openai/whisper-large-v3-turbo
5
  tags:
6
  - generated_from_trainer
7
+ datasets:
8
+ - dsfsi-anv/za-african-next-voices
9
+ metrics:
10
+ - wer
11
  model-index:
12
+ - name: Whisper whisper-large-v3-turbo zul
13
  results: []
14
  ---
15
 
 
17
  should probably proofread and complete it, then remove this comment. -->
18
 
19
  [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/dsfsi/za-next-voices/runs/88r3atgn)
20
+ # Whisper whisper-large-v3-turbo zul
21
 
22
+ This model is a fine-tuned version of [openai/whisper-large-v3-turbo](https://huggingface.co/openai/whisper-large-v3-turbo) on the dsfsi-anv/za-african-next-voices dataset.
23
+ It achieves the following results on the evaluation set:
24
+ - Loss: 0.5580
25
+ - Wer: 26.0225
26
 
27
  ## Model description
28
 
 
51
  - training_steps: 184
52
  - mixed_precision_training: Native AMP
53
 
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
57
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|
58
+ | 0.4447 | 1.0 | 184 | 0.5580 | 26.0225 |
59
+
60
+
61
  ### Framework versions
62
 
63
  - Transformers 4.52.0