JacobLinCool
commited on
Commit
•
dc0a2ce
1
Parent(s):
88ac64a
End of training
Browse files
README.md
ADDED
@@ -0,0 +1,86 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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-augmented-ft-1
|
16 |
+
metrics:
|
17 |
+
- wer
|
18 |
+
model-index:
|
19 |
+
- name: whisper-large-v3-turbo-augmented
|
20 |
+
results:
|
21 |
+
- task:
|
22 |
+
type: automatic-speech-recognition
|
23 |
+
name: Automatic Speech Recognition
|
24 |
+
dataset:
|
25 |
+
name: ntnu-smil/lttc-augmented-ft-1
|
26 |
+
type: ntnu-smil/lttc-augmented-ft-1
|
27 |
+
metrics:
|
28 |
+
- type: wer
|
29 |
+
value: 32.36001374098248
|
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-augmented
|
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-augmented-ft-1 dataset.
|
39 |
+
It achieves the following results on the evaluation set:
|
40 |
+
- Loss: 1.3566
|
41 |
+
- Wer: 32.3600
|
42 |
+
- Cer: 18.4747
|
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: 16
|
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: 5
|
68 |
+
|
69 |
+
### Training results
|
70 |
+
|
71 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
|
72 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
|
73 |
+
| 0.0483 | 1.0 | 190 | 1.2801 | 35.8640 | 20.7045 |
|
74 |
+
| 0.0503 | 2.0 | 380 | 1.3510 | 32.5318 | 20.3283 |
|
75 |
+
| 0.0033 | 3.0 | 570 | 1.2776 | 39.3336 | 22.9891 |
|
76 |
+
| 0.0007 | 4.0 | 760 | 1.3057 | 32.6692 | 18.6594 |
|
77 |
+
| 0.0002 | 5.0 | 950 | 1.3566 | 32.3600 | 18.4747 |
|
78 |
+
|
79 |
+
|
80 |
+
### Framework versions
|
81 |
+
|
82 |
+
- PEFT 0.14.0
|
83 |
+
- Transformers 4.47.0
|
84 |
+
- Pytorch 2.2.0+cu121
|
85 |
+
- Datasets 3.1.0
|
86 |
+
- Tokenizers 0.21.0
|
runs/Dec07_10-16-00_6fc24d7c3026/events.out.tfevents.1733566662.6fc24d7c3026.242.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c552b06db1ba2c4ab23ceff47d931eebdbf63ae631eb3ada79d04066b964a0c0
|
3 |
+
size 362694
|