alikanakar commited on
Commit
0e297b6
1 Parent(s): 742a208

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +80 -0
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - wer
7
+ model-index:
8
+ - name: whisper-synthesized-turkish-4-hour-hlr
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-synthesized-turkish-4-hour-hlr
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.4388
20
+ - Wer: 15.4240
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 0.0001
40
+ - train_batch_size: 16
41
+ - eval_batch_size: 8
42
+ - seed: 42
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - lr_scheduler_warmup_steps: 500
46
+ - training_steps: 2000
47
+ - mixed_precision_training: Native AMP
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
52
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|
53
+ | 0.7343 | 1.04 | 100 | 0.2580 | 16.7757 |
54
+ | 0.1568 | 2.08 | 200 | 0.2714 | 15.3129 |
55
+ | 0.091 | 3.12 | 300 | 0.3099 | 16.2573 |
56
+ | 0.0861 | 4.17 | 400 | 0.3946 | 22.9910 |
57
+ | 0.0967 | 5.21 | 500 | 0.4884 | 23.2132 |
58
+ | 0.0775 | 6.25 | 600 | 0.4263 | 19.9852 |
59
+ | 0.0692 | 7.29 | 700 | 0.4428 | 20.0099 |
60
+ | 0.052 | 8.33 | 800 | 0.4407 | 23.6761 |
61
+ | 0.0458 | 9.38 | 900 | 0.4760 | 19.7445 |
62
+ | 0.0326 | 10.42 | 1000 | 0.4847 | 18.6520 |
63
+ | 0.0281 | 11.46 | 1100 | 0.4936 | 20.2074 |
64
+ | 0.0221 | 12.5 | 1200 | 0.4655 | 19.3495 |
65
+ | 0.0123 | 13.54 | 1300 | 0.4657 | 17.5781 |
66
+ | 0.0105 | 14.58 | 1400 | 0.4493 | 16.2264 |
67
+ | 0.0042 | 15.62 | 1500 | 0.4396 | 15.5660 |
68
+ | 0.0029 | 16.67 | 1600 | 0.4412 | 15.7882 |
69
+ | 0.0011 | 17.71 | 1700 | 0.4400 | 15.8190 |
70
+ | 0.0005 | 18.75 | 1800 | 0.4400 | 15.4672 |
71
+ | 0.0003 | 19.79 | 1900 | 0.4389 | 15.4117 |
72
+ | 0.0002 | 20.83 | 2000 | 0.4388 | 15.4240 |
73
+
74
+
75
+ ### Framework versions
76
+
77
+ - Transformers 4.28.0
78
+ - Pytorch 2.0.0+cu118
79
+ - Datasets 2.11.0
80
+ - Tokenizers 0.13.3