geninhu commited on
Commit
d6460d8
1 Parent(s): 0f7e175

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - wer
7
+ model-index:
8
+ - name: openai/whisper-large-v2
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # openai/whisper-large-v2
16
+
17
+ This model is a fine-tuned version of [openai/whisper-large-v2](https://huggingface.co/openai/whisper-large-v2) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.4041
20
+ - Wer: 15.7710
21
+ - Cer: 7.6691
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 1e-07
41
+ - train_batch_size: 8
42
+ - eval_batch_size: 4
43
+ - seed: 42
44
+ - gradient_accumulation_steps: 3
45
+ - total_train_batch_size: 24
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: 5000
50
+ - mixed_precision_training: Native AMP
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
55
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
56
+ | 0.3983 | 0.1 | 500 | 0.5338 | 19.5876 | 10.6391 |
57
+ | 0.2277 | 1.08 | 1000 | 0.4134 | 16.5826 | 8.2668 |
58
+ | 0.172 | 2.05 | 1500 | 0.3968 | 16.3084 | 7.9787 |
59
+ | 0.1823 | 3.03 | 2000 | 0.3956 | 16.1768 | 7.8159 |
60
+ | 0.1445 | 4.0 | 2500 | 0.3955 | 16.0342 | 7.7438 |
61
+ | 0.147 | 4.1 | 3000 | 0.3965 | 15.8807 | 7.7145 |
62
+ | 0.1292 | 5.08 | 3500 | 0.4000 | 15.8587 | 7.7065 |
63
+ | 0.1187 | 6.05 | 4000 | 0.4029 | 15.7491 | 7.6398 |
64
+ | 0.1368 | 7.03 | 4500 | 0.4041 | 15.7600 | 7.6558 |
65
+ | 0.1231 | 8.0 | 5000 | 0.4041 | 15.7710 | 7.6691 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.26.0.dev0
71
+ - Pytorch 1.13.0+cu117
72
+ - Datasets 2.7.1.dev0
73
+ - Tokenizers 0.13.2