JacobLinCool commited on
Commit
97de8ef
1 Parent(s): 54cad39

End of training

Browse files
README.md ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ language:
4
+ - en
5
+ license: mit
6
+ base_model: openai/whisper-large-v3-turbo
7
+ tags:
8
+ - wft
9
+ - whisper
10
+ - automatic-speech-recognition
11
+ - audio
12
+ - speech
13
+ - generated_from_trainer
14
+ datasets:
15
+ - ntnu-smil/lttc-rebalanced-1-split
16
+ metrics:
17
+ - wer
18
+ model-index:
19
+ - name: whisper-large-v3-turbo-score-5-rebalanced-2
20
+ results:
21
+ - task:
22
+ type: automatic-speech-recognition
23
+ name: Automatic Speech Recognition
24
+ dataset:
25
+ name: ntnu-smil/lttc-rebalanced-1-split
26
+ type: ntnu-smil/lttc-rebalanced-1-split
27
+ metrics:
28
+ - type: wer
29
+ value: 36.52802893309223
30
+ name: Wer
31
+ ---
32
+
33
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
34
+ should probably proofread and complete it, then remove this comment. -->
35
+
36
+ # whisper-large-v3-turbo-score-5-rebalanced-2
37
+
38
+ This model is a fine-tuned version of [openai/whisper-large-v3-turbo](https://huggingface.co/openai/whisper-large-v3-turbo) on the ntnu-smil/lttc-rebalanced-1-split dataset.
39
+ It achieves the following results on the evaluation set:
40
+ - Loss: 3.7199
41
+ - Wer: 36.5280
42
+ - Cer: 25.0
43
+
44
+ ## Model description
45
+
46
+ More information needed
47
+
48
+ ## Intended uses & limitations
49
+
50
+ More information needed
51
+
52
+ ## Training and evaluation data
53
+
54
+ More information needed
55
+
56
+ ## Training procedure
57
+
58
+ ### Training hyperparameters
59
+
60
+ The following hyperparameters were used during training:
61
+ - learning_rate: 0.0005
62
+ - train_batch_size: 4
63
+ - eval_batch_size: 8
64
+ - seed: 42
65
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
66
+ - lr_scheduler_type: linear
67
+ - num_epochs: 20
68
+
69
+ ### Training results
70
+
71
+ | Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
72
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
73
+ | 0.0489 | 1.0 | 18 | 3.2509 | 37.2514 | 23.4504 |
74
+ | 0.1246 | 2.0 | 36 | 3.6744 | 35.6239 | 23.5709 |
75
+ | 0.0011 | 3.0 | 54 | 3.6182 | 36.7089 | 22.9855 |
76
+ | 0.0075 | 4.0 | 72 | 3.7182 | 37.1609 | 22.6240 |
77
+ | 0.0002 | 5.0 | 90 | 3.7643 | 37.7939 | 23.6398 |
78
+ | 0.0028 | 6.0 | 108 | 3.6117 | 36.7089 | 23.8809 |
79
+ | 0.0003 | 7.0 | 126 | 3.5535 | 36.8897 | 24.6556 |
80
+ | 0.0001 | 8.0 | 144 | 3.6586 | 37.7939 | 25.1033 |
81
+ | 0.0003 | 9.0 | 162 | 3.6168 | 36.8897 | 24.7934 |
82
+ | 0.0001 | 10.0 | 180 | 3.6500 | 37.1609 | 25.1033 |
83
+ | 0.0002 | 11.0 | 198 | 3.6934 | 37.4322 | 25.3960 |
84
+ | 0.0001 | 12.0 | 216 | 3.6901 | 36.9801 | 25.2410 |
85
+ | 0.0001 | 13.0 | 234 | 3.6980 | 36.7993 | 25.2238 |
86
+ | 0.0001 | 14.0 | 252 | 3.6990 | 36.9801 | 25.1377 |
87
+ | 0.0002 | 15.0 | 270 | 3.7110 | 36.9801 | 25.2755 |
88
+ | 0.0001 | 16.0 | 288 | 3.7139 | 36.7993 | 25.1894 |
89
+ | 0.0001 | 17.0 | 306 | 3.7175 | 36.7089 | 25.1722 |
90
+ | 0.0001 | 18.0 | 324 | 3.7202 | 36.9801 | 25.3444 |
91
+ | 0.0001 | 19.0 | 342 | 3.7210 | 36.8897 | 24.9828 |
92
+ | 0.0002 | 20.0 | 360 | 3.7199 | 36.5280 | 25.0 |
93
+
94
+
95
+ ### Framework versions
96
+
97
+ - PEFT 0.13.2
98
+ - Transformers 4.46.3
99
+ - Pytorch 2.2.0+cu121
100
+ - Datasets 3.1.0
101
+ - Tokenizers 0.20.3
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7cd43851537f9070d0c98879e649d6b222f56bff323d1cecebd2eb3e4ae909fc
3
  size 111475752
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6adb23dba122efcd138b56dfcfd90145a60b64467fa59ceb4f8d3e2f64b20e1c
3
  size 111475752
runs/Dec04_17-24-09_709758c5ed5d/events.out.tfevents.1733333072.709758c5ed5d.222.1 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f365a2ca4195bc35fd5043f4ffa6b4c358c1a31e690230b3d1cfba80d18ae060
3
- size 327242
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f752371c16218a23669cfc5c0b53518bf9b7e4e05d0894362548983f88ba9e0
3
+ size 340600