JacobLinCool
commited on
Commit
•
60e9793
1
Parent(s):
589512d
End of training
Browse files
README.md
ADDED
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
language:
|
4 |
+
- zh
|
5 |
+
license: apache-2.0
|
6 |
+
base_model: openai/whisper-large-v3
|
7 |
+
tags:
|
8 |
+
- wft
|
9 |
+
- whisper
|
10 |
+
- automatic-speech-recognition
|
11 |
+
- audio
|
12 |
+
- speech
|
13 |
+
- generated_from_trainer
|
14 |
+
datasets:
|
15 |
+
- JacobLinCool/common_voice_19_0_zh-TW
|
16 |
+
model-index:
|
17 |
+
- name: whisper-large-v3-common_voice_19_0-zh-TW-full-1
|
18 |
+
results: []
|
19 |
+
---
|
20 |
+
|
21 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
22 |
+
should probably proofread and complete it, then remove this comment. -->
|
23 |
+
|
24 |
+
# whisper-large-v3-common_voice_19_0-zh-TW-full-1
|
25 |
+
|
26 |
+
This model is a fine-tuned version of [openai/whisper-large-v3](https://huggingface.co/openai/whisper-large-v3) on the JacobLinCool/common_voice_19_0_zh-TW dataset.
|
27 |
+
It achieves the following results on the evaluation set:
|
28 |
+
- eval_loss: 0.1390
|
29 |
+
- eval_wer: 147.5165
|
30 |
+
- eval_cer: 96.4599
|
31 |
+
- eval_decode_runtime: 101.8919
|
32 |
+
- eval_wer_runtime: 0.1313
|
33 |
+
- eval_cer_runtime: 0.1846
|
34 |
+
- eval_runtime: 342.2432
|
35 |
+
- eval_samples_per_second: 14.647
|
36 |
+
- eval_steps_per_second: 0.459
|
37 |
+
- epoch: 0.1
|
38 |
+
- step: 500
|
39 |
+
|
40 |
+
## Model description
|
41 |
+
|
42 |
+
More information needed
|
43 |
+
|
44 |
+
## Intended uses & limitations
|
45 |
+
|
46 |
+
More information needed
|
47 |
+
|
48 |
+
## Training and evaluation data
|
49 |
+
|
50 |
+
More information needed
|
51 |
+
|
52 |
+
## Training procedure
|
53 |
+
|
54 |
+
### Training hyperparameters
|
55 |
+
|
56 |
+
The following hyperparameters were used during training:
|
57 |
+
- learning_rate: 0.0002
|
58 |
+
- train_batch_size: 4
|
59 |
+
- eval_batch_size: 32
|
60 |
+
- seed: 42
|
61 |
+
- gradient_accumulation_steps: 8
|
62 |
+
- total_train_batch_size: 32
|
63 |
+
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
64 |
+
- lr_scheduler_type: linear
|
65 |
+
- lr_scheduler_warmup_steps: 50
|
66 |
+
- training_steps: 5000
|
67 |
+
|
68 |
+
### Framework versions
|
69 |
+
|
70 |
+
- PEFT 0.13.2
|
71 |
+
- Transformers 4.46.1
|
72 |
+
- Pytorch 2.4.0
|
73 |
+
- Datasets 3.0.2
|
74 |
+
- Tokenizers 0.20.1
|