LennyBijan commited on
Commit
2a9f128
·
verified ·
1 Parent(s): 3ecc215

BA_Model_V3

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -3,6 +3,8 @@ license: apache-2.0
3
  base_model: openai/whisper-large-v2
4
  tags:
5
  - generated_from_trainer
 
 
6
  model-index:
7
  - name: BA_Model_V3
8
  results: []
@@ -14,6 +16,10 @@ should probably proofread and complete it, then remove this comment. -->
14
  # BA_Model_V3
15
 
16
  This model is a fine-tuned version of [openai/whisper-large-v2](https://huggingface.co/openai/whisper-large-v2) on an unknown dataset.
 
 
 
 
17
 
18
  ## Model description
19
 
@@ -44,6 +50,20 @@ The following hyperparameters were used during training:
44
  - num_epochs: 8
45
  - mixed_precision_training: Native AMP
46
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
47
  ### Framework versions
48
 
49
  - Transformers 4.38.1
 
3
  base_model: openai/whisper-large-v2
4
  tags:
5
  - generated_from_trainer
6
+ metrics:
7
+ - wer
8
  model-index:
9
  - name: BA_Model_V3
10
  results: []
 
16
  # BA_Model_V3
17
 
18
  This model is a fine-tuned version of [openai/whisper-large-v2](https://huggingface.co/openai/whisper-large-v2) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.4521
21
+ - Wer: 22.8402
22
+ - Cer: 12.5097
23
 
24
  ## Model description
25
 
 
50
  - num_epochs: 8
51
  - mixed_precision_training: Native AMP
52
 
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
56
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
57
+ | 0.3437 | 1.0 | 278 | 0.3292 | 23.6377 | 13.0135 |
58
+ | 0.1749 | 2.0 | 556 | 0.3337 | 22.6309 | 12.1392 |
59
+ | 0.0823 | 3.0 | 834 | 0.3635 | 23.1891 | 12.9637 |
60
+ | 0.0397 | 4.0 | 1112 | 0.3959 | 23.1559 | 12.5382 |
61
+ | 0.0202 | 5.0 | 1390 | 0.4146 | 24.8771 | 13.9211 |
62
+ | 0.0097 | 6.0 | 1668 | 0.4196 | 22.1192 | 12.0233 |
63
+ | 0.0038 | 7.0 | 1946 | 0.4424 | 22.2455 | 12.3308 |
64
+ | 0.0018 | 8.0 | 2224 | 0.4521 | 22.8402 | 12.5097 |
65
+
66
+
67
  ### Framework versions
68
 
69
  - Transformers 4.38.1