ptah23 commited on
Commit
2db6cb5
1 Parent(s): c1f603e

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +85 -0
README.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - dv
4
+ license: apache-2.0
5
+ base_model: openai/whisper-small
6
+ tags:
7
+ - generated_from_trainer
8
+ datasets:
9
+ - mozilla-foundation/common_voice_13_0
10
+ metrics:
11
+ - wer
12
+ model-index:
13
+ - name: Whisper Small Dv - Peter Gelderbloem
14
+ results:
15
+ - task:
16
+ name: Automatic Speech Recognition
17
+ type: automatic-speech-recognition
18
+ dataset:
19
+ name: Common Voice 13
20
+ type: mozilla-foundation/common_voice_13_0
21
+ config: null
22
+ split: None
23
+ metrics:
24
+ - name: Wer
25
+ type: wer
26
+ value: 11.249434920193343
27
+ ---
28
+
29
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
30
+ should probably proofread and complete it, then remove this comment. -->
31
+
32
+ # Whisper Small Dv - Peter Gelderbloem
33
+
34
+ This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 13 dataset.
35
+ It achieves the following results on the evaluation set:
36
+ - Loss: 0.2863
37
+ - Wer Ortho: 57.7129
38
+ - Wer: 11.2494
39
+
40
+ ## Model description
41
+
42
+ More information needed
43
+
44
+ ## Intended uses & limitations
45
+
46
+ More information needed
47
+
48
+ ## Training and evaluation data
49
+
50
+ More information needed
51
+
52
+ ## Training procedure
53
+
54
+ ### Training hyperparameters
55
+
56
+ The following hyperparameters were used during training:
57
+ - learning_rate: 1e-05
58
+ - train_batch_size: 16
59
+ - eval_batch_size: 16
60
+ - seed: 42
61
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
+ - lr_scheduler_type: constant_with_warmup
63
+ - lr_scheduler_warmup_steps: 50
64
+ - training_steps: 4000
65
+
66
+ ### Training results
67
+
68
+ | Training Loss | Epoch | Step | Validation Loss | Wer | Wer Ortho |
69
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:---------:|
70
+ | 0.1248 | 1.63 | 500 | 0.1684 | 12.9881 | 62.0447 |
71
+ | 0.0484 | 3.26 | 1000 | 0.1629 | 11.6493 | 58.6113 |
72
+ | 0.0315 | 4.89 | 1500 | 0.1878 | 11.7224 | 58.9386 |
73
+ | 0.0125 | 6.51 | 2000 | 0.2308 | 11.0895 | 57.2185 |
74
+ | 0.0058 | 8.14 | 2500 | 0.2671 | 11.0773 | 57.6224 |
75
+ | 0.0049 | 9.77 | 3000 | 0.2843 | 11.2564 | 57.6572 |
76
+ | 0.0033 | 11.4 | 3500 | 0.2845 | 11.0982 | 57.1558 |
77
+ | 0.0046 | 13.03 | 4000 | 0.2863 | 57.7129 | 11.2494 |
78
+
79
+
80
+ ### Framework versions
81
+
82
+ - Transformers 4.31.0.dev0
83
+ - Pytorch 1.12.1+cu116
84
+ - Datasets 2.4.0
85
+ - Tokenizers 0.12.1