JacobLinCool commited on
Commit
300a97d
1 Parent(s): 4e638a1

End of training

Browse files
Files changed (1) hide show
  1. README.md +94 -0
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/mozilla-foundation-common_voice_16_1-zh-TW-preprocessed
16
+ metrics:
17
+ - wer
18
+ model-index:
19
+ - name: whisper-large-v3-turbo-common_voice_16_1-zh-TW-2
20
+ results:
21
+ - task:
22
+ type: automatic-speech-recognition
23
+ name: Automatic Speech Recognition
24
+ dataset:
25
+ name: JacobLinCool/mozilla-foundation-common_voice_16_1-zh-TW-preprocessed
26
+ type: JacobLinCool/mozilla-foundation-common_voice_16_1-zh-TW-preprocessed
27
+ metrics:
28
+ - type: wer
29
+ value: 38.545016077170416
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-common_voice_16_1-zh-TW-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 JacobLinCool/mozilla-foundation-common_voice_16_1-zh-TW-preprocessed dataset.
39
+ It achieves the following results on the evaluation set:
40
+ - Loss: 0.2346
41
+ - Wer: 38.5450
42
+ - Cer: 10.8963
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: 8
63
+ - eval_batch_size: 4
64
+ - seed: 42
65
+ - gradient_accumulation_steps: 4
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.7503 | 76.5675 | 20.3917 |
76
+ | 0.9352 | 0.9987 | 377 | 0.2472 | 47.9301 | 13.6656 |
77
+ | 0.73 | 1.9980 | 754 | 0.2502 | 47.0056 | 13.5652 |
78
+ | 0.4985 | 2.9974 | 1131 | 0.2559 | 46.2018 | 13.7057 |
79
+ | 0.1928 | 3.9993 | 1509 | 0.2595 | 45.9606 | 13.0906 |
80
+ | 0.2539 | 4.9987 | 1886 | 0.2522 | 44.7950 | 13.1459 |
81
+ | 0.0607 | 5.9980 | 2263 | 0.2422 | 44.7548 | 12.5006 |
82
+ | 0.0826 | 6.9974 | 2640 | 0.2488 | 43.8907 | 12.4906 |
83
+ | 0.0151 | 7.9993 | 3018 | 0.2403 | 40.2331 | 11.4537 |
84
+ | 0.0056 | 8.9987 | 3395 | 0.2390 | 39.8312 | 11.5290 |
85
+ | 0.0056 | 9.9927 | 3770 | 0.2346 | 38.5450 | 10.8963 |
86
+
87
+
88
+ ### Framework versions
89
+
90
+ - PEFT 0.13.2
91
+ - Transformers 4.46.0
92
+ - Pytorch 2.4.1+cu124
93
+ - Datasets 3.0.2
94
+ - Tokenizers 0.20.1