WasuratS commited on
Commit
876ba12
1 Parent(s): 6bd1ee6

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +87 -0
README.md ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - da
4
+ license: apache-2.0
5
+ tags:
6
+ - generated_from_trainer
7
+ datasets:
8
+ - mozilla-foundation/common_voice_13_0
9
+ metrics:
10
+ - wer
11
+ model-index:
12
+ - name: Whisper Small Da - WasuratS
13
+ results:
14
+ - task:
15
+ name: Automatic Speech Recognition
16
+ type: automatic-speech-recognition
17
+ dataset:
18
+ name: Common Voice 13
19
+ type: mozilla-foundation/common_voice_13_0
20
+ config: da
21
+ split: test
22
+ args: da
23
+ metrics:
24
+ - name: Wer
25
+ type: wer
26
+ value: 23.39882224190943
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 Da - WasuratS
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.6393
37
+ - Wer Ortho: 29.0926
38
+ - Wer: 23.3988
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
+ - distributed_type: multi-GPU
62
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
63
+ - lr_scheduler_type: linear
64
+ - lr_scheduler_warmup_steps: 50
65
+ - training_steps: 4000
66
+ - mixed_precision_training: Native AMP
67
+
68
+ ### Training results
69
+
70
+ | Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
71
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:-------:|
72
+ | 0.218 | 1.61 | 500 | 0.4724 | 30.2496 | 24.7069 |
73
+ | 0.0628 | 3.22 | 1000 | 0.4825 | 28.8946 | 23.3154 |
74
+ | 0.0289 | 4.82 | 1500 | 0.5311 | 29.3376 | 23.4666 |
75
+ | 0.0078 | 6.43 | 2000 | 0.5740 | 29.4627 | 23.6542 |
76
+ | 0.0032 | 8.04 | 2500 | 0.6070 | 29.0613 | 23.2790 |
77
+ | 0.0025 | 9.65 | 3000 | 0.6274 | 29.1187 | 23.4770 |
78
+ | 0.0012 | 11.25 | 3500 | 0.6335 | 29.0978 | 23.3623 |
79
+ | 0.0011 | 12.86 | 4000 | 0.6393 | 29.0926 | 23.3988 |
80
+
81
+
82
+ ### Framework versions
83
+
84
+ - Transformers 4.29.2
85
+ - Pytorch 1.13.1+cu117
86
+ - Datasets 2.12.0
87
+ - Tokenizers 0.13.3