riteshkr commited on
Commit
7046a9f
1 Parent(s): 98ed99a

End of training

Browse files
Files changed (1) hide show
  1. README.md +15 -7
README.md CHANGED
@@ -3,6 +3,8 @@ license: apache-2.0
3
  base_model: openai/whisper-large-v3
4
  tags:
5
  - generated_from_trainer
 
 
6
  model-index:
7
  - name: whisper-try1
8
  results: []
@@ -15,13 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  This model is a fine-tuned version of [openai/whisper-large-v3](https://huggingface.co/openai/whisper-large-v3) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
- - eval_loss: 1.2065
19
- - eval_wer: 0.3535
20
- - eval_runtime: 15.3966
21
- - eval_samples_per_second: 0.649
22
- - eval_steps_per_second: 0.065
23
- - epoch: 71.4286
24
- - step: 1000
25
 
26
  ## Model description
27
 
@@ -50,6 +47,17 @@ The following hyperparameters were used during training:
50
  - training_steps: 1000
51
  - mixed_precision_training: Native AMP
52
 
 
 
 
 
 
 
 
 
 
 
 
53
  ### Framework versions
54
 
55
  - Transformers 4.43.3
 
3
  base_model: openai/whisper-large-v3
4
  tags:
5
  - generated_from_trainer
6
+ metrics:
7
+ - wer
8
  model-index:
9
  - name: whisper-try1
10
  results: []
 
17
 
18
  This model is a fine-tuned version of [openai/whisper-large-v3](https://huggingface.co/openai/whisper-large-v3) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 1.4609
21
+ - Wer: 0.4140
 
 
 
 
 
22
 
23
  ## Model description
24
 
 
47
  - training_steps: 1000
48
  - mixed_precision_training: Native AMP
49
 
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
53
+ |:-------------:|:-------:|:----:|:---------------:|:------:|
54
+ | 0.0744 | 14.2857 | 200 | 1.2271 | 0.3814 |
55
+ | 0.0251 | 28.5714 | 400 | 1.2939 | 0.3907 |
56
+ | 0.0088 | 42.8571 | 600 | 1.3904 | 0.4047 |
57
+ | 0.004 | 57.1429 | 800 | 1.4430 | 0.4140 |
58
+ | 0.0031 | 71.4286 | 1000 | 1.4609 | 0.4140 |
59
+
60
+
61
  ### Framework versions
62
 
63
  - Transformers 4.43.3