CordwainerSmith commited on
Commit
2021dcc
1 Parent(s): f07e9fa

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +82 -0
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: openai/whisper-small
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - common_voice_13_0
8
+ metrics:
9
+ - wer
10
+ model-index:
11
+ - name: whisper-small-dv
12
+ results:
13
+ - task:
14
+ name: Automatic Speech Recognition
15
+ type: automatic-speech-recognition
16
+ dataset:
17
+ name: common_voice_13_0
18
+ type: common_voice_13_0
19
+ config: dv
20
+ split: test
21
+ args: dv
22
+ metrics:
23
+ - name: Wer
24
+ type: wer
25
+ value: 11.072086796258302
26
+ ---
27
+
28
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
29
+ should probably proofread and complete it, then remove this comment. -->
30
+
31
+ # whisper-small-dv
32
+
33
+ This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the common_voice_13_0 dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 0.2738
36
+ - Wer Ortho: 56.8842
37
+ - Wer: 11.0721
38
+
39
+ ## Model description
40
+
41
+ More information needed
42
+
43
+ ## Intended uses & limitations
44
+
45
+ More information needed
46
+
47
+ ## Training and evaluation data
48
+
49
+ More information needed
50
+
51
+ ## Training procedure
52
+
53
+ ### Training hyperparameters
54
+
55
+ The following hyperparameters were used during training:
56
+ - learning_rate: 1e-05
57
+ - train_batch_size: 16
58
+ - eval_batch_size: 16
59
+ - seed: 42
60
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
61
+ - lr_scheduler_type: constant_with_warmup
62
+ - lr_scheduler_warmup_steps: 50
63
+ - training_steps: 3000
64
+
65
+ ### Training results
66
+
67
+ | Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
68
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:-------:|
69
+ | 0.1237 | 1.63 | 500 | 0.1702 | 63.0963 | 13.1429 |
70
+ | 0.0494 | 3.26 | 1000 | 0.1662 | 57.8592 | 11.6285 |
71
+ | 0.0315 | 4.89 | 1500 | 0.1894 | 58.3397 | 11.3937 |
72
+ | 0.0121 | 6.51 | 2000 | 0.2257 | 57.7756 | 11.5502 |
73
+ | 0.005 | 8.14 | 2500 | 0.2643 | 56.9747 | 11.1573 |
74
+ | 0.0056 | 9.77 | 3000 | 0.2738 | 56.8842 | 11.0721 |
75
+
76
+
77
+ ### Framework versions
78
+
79
+ - Transformers 4.31.0
80
+ - Pytorch 2.0.1+cu118
81
+ - Datasets 2.14.0
82
+ - Tokenizers 0.13.3