AigizK commited on
Commit
0731a6b
·
1 Parent(s): 2adb94c

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +86 -0
README.md ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ - whisper-event
6
+ datasets:
7
+ - common_voice_11_0
8
+ metrics:
9
+ - wer
10
+ model-index:
11
+ - name: openai/whisper-medium
12
+ results:
13
+ - task:
14
+ name: Automatic Speech Recognition
15
+ type: automatic-speech-recognition
16
+ dataset:
17
+ name: common_voice_11_0
18
+ type: common_voice_11_0
19
+ config: ba
20
+ split: test
21
+ args: ba
22
+ metrics:
23
+ - name: Wer
24
+ type: wer
25
+ value: 19.56338265908963
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
+ # openai/whisper-small
32
+
33
+ This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on the common_voice_11_0 dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 0.2195
36
+ - Wer: 19.56
37
+
38
+ ## Model description
39
+
40
+ More information needed
41
+
42
+ ## Intended uses & limitations
43
+
44
+ More information needed
45
+
46
+ ## Training and evaluation data
47
+
48
+ More information needed
49
+
50
+ ## Training procedure
51
+
52
+ ### Training hyperparameters
53
+
54
+ The following hyperparameters were used during training:
55
+ - learning_rate: 1e-05
56
+ - train_batch_size: 2
57
+ - eval_batch_size: 1
58
+ - seed: 42
59
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
60
+ - lr_scheduler_type: linear
61
+ - lr_scheduler_warmup_steps: 500
62
+ - training_steps: 10000
63
+ - mixed_precision_training: Native AMP
64
+
65
+ ### Training results
66
+
67
+ | Epoch | Step | Wer |
68
+ |:-------------:|:-----:|:----:|
69
+ | 0.1 | 1000 | 43.61 |
70
+ | 0.2 | 2000 | 36.79 |
71
+ | 0.3 | 3000 | 33.05 |
72
+ | 0.4 | 4000 | 29.53 |
73
+ | 0.5 | 5000 | 26.01 |
74
+ | 0.6 | 6000 | 23.44 |
75
+ | 0.7 | 7000 | 22.22 |
76
+ | 0.8 | 8000 | 21.88 |
77
+ | 0.9 | 9000 | 20.53 |
78
+ | 1.0 | 10000 | 19.56 |
79
+
80
+
81
+ ### Framework versions
82
+
83
+ - Transformers 4.26.0.dev0
84
+ - Pytorch 1.13.0+cu117
85
+ - Datasets 2.7.1.dev0
86
+ - Tokenizers 0.13.2