bayartsogt commited on
Commit
458e677
1 Parent(s): 0a1b9c3

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +76 -0
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - wer
7
+ model-index:
8
+ - name: whisper-small-mn-3
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-small-mn-3
16
+
17
+ This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.3277
20
+ - Wer: 30.3692
21
+ - Cer: 10.9030
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: 32
42
+ - eval_batch_size: 32
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: 15000
48
+ - mixed_precision_training: Native AMP
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
53
+ |:-------------:|:-----:|:-----:|:---------------:|:-------:|:-------:|
54
+ | 0.3408 | 0.61 | 1000 | 0.4062 | 47.6841 | 17.3811 |
55
+ | 0.2261 | 1.22 | 2000 | 0.3262 | 37.8086 | 13.6466 |
56
+ | 0.2135 | 1.83 | 3000 | 0.2863 | 33.7175 | 12.2246 |
57
+ | 0.1643 | 2.43 | 4000 | 0.2803 | 32.5978 | 11.4526 |
58
+ | 0.1198 | 3.04 | 5000 | 0.2747 | 31.1121 | 11.0533 |
59
+ | 0.1279 | 3.65 | 6000 | 0.2757 | 30.7243 | 10.8927 |
60
+ | 0.0891 | 4.26 | 7000 | 0.2878 | 30.9209 | 11.0610 |
61
+ | 0.0899 | 4.87 | 8000 | 0.2906 | 30.6642 | 11.0799 |
62
+ | 0.0648 | 5.48 | 9000 | 0.3054 | 30.5986 | 10.9030 |
63
+ | 0.0436 | 6.09 | 10000 | 0.3184 | 30.5222 | 10.9434 |
64
+ | 0.0468 | 6.7 | 11000 | 0.3277 | 30.3692 | 10.9030 |
65
+ | 0.0291 | 7.3 | 12000 | 0.3411 | 30.9810 | 11.1572 |
66
+ | 0.0275 | 7.91 | 13000 | 0.3476 | 31.0684 | 11.1555 |
67
+ | 0.0196 | 8.52 | 14000 | 0.3572 | 30.9154 | 11.1065 |
68
+ | 0.0159 | 9.13 | 15000 | 0.3600 | 31.0356 | 11.2087 |
69
+
70
+
71
+ ### Framework versions
72
+
73
+ - Transformers 4.26.0.dev0
74
+ - Pytorch 1.13.0+cu117
75
+ - Datasets 2.7.1.dev0
76
+ - Tokenizers 0.13.2