au2a commited on
Commit
d1d1340
·
1 Parent(s): e243d05

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-base-zh-20230721 - 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-20230721 - au2a
19
+
20
+ This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on the some hakka audio dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.4546
23
+ - Cer: 16.5974
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: 32
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.4669 | 0.65 | 1000 | 0.6528 | 25.0548 |
56
+ | 0.2208 | 1.29 | 2000 | 0.5006 | 19.8761 |
57
+ | 0.1452 | 1.94 | 3000 | 0.4546 | 17.9497 |
58
+ | 0.0951 | 2.59 | 4000 | 0.4431 | 17.4511 |
59
+ | 0.0526 | 3.24 | 5000 | 0.4450 | 17.3113 |
60
+ | 0.0422 | 3.88 | 6000 | 0.4440 | 16.6201 |
61
+ | 0.0271 | 4.53 | 7000 | 0.4471 | 17.0658 |
62
+ | 0.0179 | 5.18 | 8000 | 0.4509 | 16.5823 |
63
+ | 0.0166 | 5.83 | 9000 | 0.4535 | 16.8543 |
64
+ | 0.0129 | 6.47 | 10000 | 0.4546 | 16.5974 |
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