bayartsogt commited on
Commit
11a32c4
1 Parent(s): 73d4a0b

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +101 -0
README.md ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - wer
7
+ model-index:
8
+ - name: whisper-medium-mn-10
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
+ # whisper-medium-mn-10
16
+
17
+ This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.2103
20
+ - Wer: 21.2585
21
+ - Cer: 6.8756
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-05
41
+ - train_batch_size: 8
42
+ - eval_batch_size: 8
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - lr_scheduler_warmup_steps: 500
47
+ - training_steps: 40000
48
+ - mixed_precision_training: Native AMP
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Cer | Validation Loss | Wer |
53
+ |:-------------:|:-----:|:-----:|:-------:|:---------------:|:-------:|
54
+ | 0.4197 | 0.09 | 1000 | 19.0947 | 0.4462 | 53.9600 |
55
+ | 0.3288 | 0.17 | 2000 | 14.8016 | 0.3468 | 44.2102 |
56
+ | 0.2737 | 0.26 | 3000 | 12.3471 | 0.3020 | 36.1700 |
57
+ | 0.2558 | 0.35 | 4000 | 11.7171 | 0.2824 | 34.1709 |
58
+ | 0.2406 | 0.43 | 5000 | 10.3551 | 0.2594 | 31.1230 |
59
+ | 0.218 | 0.52 | 6000 | 9.7815 | 0.2452 | 29.6865 |
60
+ | 0.2253 | 0.61 | 7000 | 9.6712 | 0.2344 | 29.2932 |
61
+ | 0.2071 | 0.69 | 8000 | 9.4261 | 0.2283 | 28.5067 |
62
+ | 0.2051 | 0.78 | 9000 | 9.0656 | 0.2224 | 27.4033 |
63
+ | 0.2064 | 0.87 | 10000 | 8.7851 | 0.2138 | 26.7206 |
64
+ | 0.193 | 0.95 | 11000 | 8.5021 | 0.2089 | 25.5790 |
65
+ | 0.1577 | 1.04 | 12000 | 8.2873 | 0.2072 | 25.6118 |
66
+ | 0.1397 | 1.13 | 13000 | 8.2368 | 0.2046 | 25.1147 |
67
+ | 0.1526 | 1.21 | 14000 | 8.7615 | 0.2065 | 26.4638 |
68
+ | 0.1497 | 1.3 | 15000 | 0.2004 | 24.4866 | 7.9588 |
69
+ | 0.1569 | 1.39 | 16000 | 0.1990 | 24.2244 | 7.9554 |
70
+ | 0.1416 | 1.47 | 17000 | 0.2001 | 24.2298 | 7.8754 |
71
+ | 0.1371 | 1.56 | 18000 | 0.1932 | 23.6072 | 7.8072 |
72
+ | 0.1379 | 1.65 | 19000 | 0.1916 | 23.1320 | 7.5452 |
73
+ | 0.1305 | 1.73 | 20000 | 0.1880 | 23.1101 | 7.4290 |
74
+ | 0.1395 | 1.82 | 21000 | 0.1877 | 22.9845 | 7.4635 |
75
+ | 0.1418 | 1.91 | 22000 | 0.1862 | 22.9080 | 7.5907 |
76
+ | 0.1432 | 1.99 | 23000 | 0.1847 | 22.7114 | 7.4290 |
77
+ | 0.0965 | 2.08 | 24000 | 0.1931 | 21.7391 | 7.0399 |
78
+ | 0.0723 | 2.17 | 25000 | 0.1961 | 22.3236 | 7.2698 |
79
+ | 0.0773 | 2.25 | 26000 | 0.1977 | 22.0505 | 7.0752 |
80
+ | 0.0862 | 2.34 | 27000 | 0.1959 | 21.9522 | 7.0820 |
81
+ | 0.0739 | 2.43 | 28000 | 0.1982 | 21.7719 | 7.1494 |
82
+ | 0.0843 | 2.51 | 29000 | 0.1963 | 21.8921 | 7.1241 |
83
+ | 0.0734 | 2.6 | 30000 | 0.1980 | 21.7883 | 7.1317 |
84
+ | 0.0785 | 2.69 | 31000 | 0.1955 | 21.8757 | 7.1948 |
85
+ | 0.0691 | 2.77 | 32000 | 0.1978 | 21.7446 | 7.0938 |
86
+ | 0.0834 | 2.86 | 33000 | 0.1953 | 21.3240 | 7.0121 |
87
+ | 0.0675 | 2.95 | 34000 | 0.1958 | 21.7719 | 7.0769 |
88
+ | 0.042 | 3.03 | 35000 | 0.2053 | 21.3404 | 6.9624 |
89
+ | 0.0474 | 3.12 | 36000 | 0.2097 | 21.5534 | 7.0306 |
90
+ | 0.0428 | 3.21 | 37000 | 0.2107 | 21.3185 | 6.9809 |
91
+ | 0.0343 | 3.29 | 38000 | 0.2111 | 21.3896 | 6.9514 |
92
+ | 0.0378 | 3.38 | 39000 | 0.2103 | 21.2585 | 6.8756 |
93
+ | 0.0361 | 3.47 | 40000 | 0.2106 | 21.3677 | 6.9009 |
94
+
95
+
96
+ ### Framework versions
97
+
98
+ - Transformers 4.26.0.dev0
99
+ - Pytorch 1.13.0+cu117
100
+ - Datasets 2.7.1.dev0
101
+ - Tokenizers 0.13.2