JacobLinCool
commited on
Commit
•
cc49f32
1
Parent(s):
78816b4
End of training
Browse files
README.md
ADDED
@@ -0,0 +1,94 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
language:
|
4 |
+
- zh
|
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 |
+
- JacobLinCool/common_voice_16_1_zh_TW_clean_preprocessed
|
16 |
+
metrics:
|
17 |
+
- wer
|
18 |
+
model-index:
|
19 |
+
- name: whisper-large-v3-turbo-zh-TW-clean-1
|
20 |
+
results:
|
21 |
+
- task:
|
22 |
+
type: automatic-speech-recognition
|
23 |
+
name: Automatic Speech Recognition
|
24 |
+
dataset:
|
25 |
+
name: JacobLinCool/common_voice_16_1_zh_TW_clean_preprocessed
|
26 |
+
type: JacobLinCool/common_voice_16_1_zh_TW_clean_preprocessed
|
27 |
+
metrics:
|
28 |
+
- type: wer
|
29 |
+
value: 40.07234726688103
|
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-zh-TW-clean-1
|
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 JacobLinCool/common_voice_16_1_zh_TW_clean_preprocessed dataset.
|
39 |
+
It achieves the following results on the evaluation set:
|
40 |
+
- Loss: 0.2641
|
41 |
+
- Wer: 40.0723
|
42 |
+
- Cer: 11.4336
|
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: 4
|
64 |
+
- seed: 42
|
65 |
+
- gradient_accumulation_steps: 8
|
66 |
+
- total_train_batch_size: 32
|
67 |
+
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
68 |
+
- lr_scheduler_type: linear
|
69 |
+
- num_epochs: 10
|
70 |
+
|
71 |
+
### Training results
|
72 |
+
|
73 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
|
74 |
+
|:-------------:|:------:|:----:|:---------------:|:-------:|:-------:|
|
75 |
+
| No log | 0 | 0 | 2.8297 | 83.7420 | 22.9952 |
|
76 |
+
| 2.0577 | 0.9987 | 377 | 0.2666 | 47.9904 | 14.2907 |
|
77 |
+
| 1.9482 | 2.0 | 755 | 0.2770 | 47.9703 | 14.4991 |
|
78 |
+
| 1.1107 | 2.9987 | 1132 | 0.2886 | 48.4124 | 15.0615 |
|
79 |
+
| 0.7225 | 4.0 | 1510 | 0.2736 | 46.2420 | 13.4020 |
|
80 |
+
| 0.5901 | 4.9987 | 1887 | 0.2759 | 45.2572 | 13.7309 |
|
81 |
+
| 0.4879 | 6.0 | 2265 | 0.2740 | 44.9759 | 12.9777 |
|
82 |
+
| 0.1874 | 6.9987 | 2642 | 0.2663 | 44.2524 | 12.7316 |
|
83 |
+
| 0.0544 | 8.0 | 3020 | 0.2712 | 42.6648 | 12.2295 |
|
84 |
+
| 0.0128 | 8.9987 | 3397 | 0.2669 | 40.8963 | 11.6068 |
|
85 |
+
| 0.004 | 9.9868 | 3770 | 0.2641 | 40.0723 | 11.4336 |
|
86 |
+
|
87 |
+
|
88 |
+
### Framework versions
|
89 |
+
|
90 |
+
- PEFT 0.13.2
|
91 |
+
- Transformers 4.46.0
|
92 |
+
- Pytorch 2.4.0
|
93 |
+
- Datasets 3.0.2
|
94 |
+
- Tokenizers 0.20.1
|
runs/Oct28_19-44-58_66b66b87f409/events.out.tfevents.1730144707.66b66b87f409.2630.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:f6697b21c263e1b49b364a6060b6e920c73e7e13dade0929a2fe7056e4f66d7d
|
3 |
+
size 4284012
|