au2a commited on
Commit
2a99a60
·
1 Parent(s): fad627e

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +74 -0
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - zh
4
+ license: apache-2.0
5
+ tags:
6
+ - whisper
7
+ - generated_from_trainer
8
+ datasets:
9
+ - '-'
10
+ model-index:
11
+ - name: whisper-base-zh-20230718-1 - au2a
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # whisper-base-zh-20230718-1 - au2a
19
+
20
+ This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the some hakka audio dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.4142
23
+ - Cer: 84.7926
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 5e-06
43
+ - train_batch_size: 64
44
+ - eval_batch_size: 8
45
+ - seed: 42
46
+ - gradient_accumulation_steps: 2
47
+ - total_train_batch_size: 128
48
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
+ - lr_scheduler_type: linear
50
+ - lr_scheduler_warmup_steps: 500
51
+ - training_steps: 10000
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Cer |
56
+ |:-------------:|:-----:|:-----:|:---------------:|:--------:|
57
+ | 0.0499 | 2.59 | 1000 | 0.3377 | 153.9019 |
58
+ | 0.0035 | 5.17 | 2000 | 0.3506 | 138.4528 |
59
+ | 0.0015 | 7.76 | 3000 | 0.3651 | 128.2541 |
60
+ | 0.001 | 10.35 | 4000 | 0.3754 | 105.1522 |
61
+ | 0.0005 | 12.94 | 5000 | 0.3841 | 90.0846 |
62
+ | 0.0004 | 15.52 | 6000 | 0.3925 | 92.5134 |
63
+ | 0.0002 | 18.11 | 7000 | 0.4011 | 86.3035 |
64
+ | 0.0002 | 20.7 | 8000 | 0.4070 | 80.0219 |
65
+ | 0.0001 | 23.29 | 9000 | 0.4118 | 82.5451 |
66
+ | 0.0001 | 25.87 | 10000 | 0.4142 | 84.7926 |
67
+
68
+
69
+ ### Framework versions
70
+
71
+ - Transformers 4.30.2
72
+ - Pytorch 2.0.1+cu117
73
+ - Datasets 2.13.1
74
+ - Tokenizers 0.13.3