au2a commited on
Commit
2559616
·
1 Parent(s): 8cf7037

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +72 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-small-zh-20230714-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-small-zh-20230714-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.3765
23
+ - Cer: 85.1930
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
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - lr_scheduler_warmup_steps: 500
49
+ - training_steps: 10000
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Cer |
54
+ |:-------------:|:-----:|:-----:|:---------------:|:-------:|
55
+ | 0.1072 | 1.29 | 1000 | 0.3484 | 60.5235 |
56
+ | 0.0176 | 2.59 | 2000 | 0.3341 | 58.3327 |
57
+ | 0.0031 | 3.88 | 3000 | 0.3407 | 76.3806 |
58
+ | 0.0015 | 5.17 | 4000 | 0.3496 | 72.6222 |
59
+ | 0.001 | 6.47 | 5000 | 0.3591 | 64.4028 |
60
+ | 0.0012 | 7.76 | 6000 | 0.3598 | 51.4316 |
61
+ | 0.0005 | 9.06 | 7000 | 0.3663 | 69.3171 |
62
+ | 0.0004 | 10.35 | 8000 | 0.3696 | 81.2420 |
63
+ | 0.0003 | 11.64 | 9000 | 0.3746 | 84.8833 |
64
+ | 0.0003 | 12.94 | 10000 | 0.3765 | 85.1930 |
65
+
66
+
67
+ ### Framework versions
68
+
69
+ - Transformers 4.30.2
70
+ - Pytorch 2.0.1+cu117
71
+ - Datasets 2.13.1
72
+ - Tokenizers 0.13.3