csikasote commited on
Commit
f307750
1 Parent(s): e044aeb

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +86 -0
README.md ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - toi
4
+ license: apache-2.0
5
+ tags:
6
+ - hf-asr-leaderboard
7
+ - generated_from_trainer
8
+ datasets:
9
+ - zambezi_voice/tonga
10
+ metrics:
11
+ - wer
12
+ model-index:
13
+ - name: Whisper Medium - Claytone Aikasote
14
+ results:
15
+ - task:
16
+ name: Automatic Speech Recognition
17
+ type: automatic-speech-recognition
18
+ dataset:
19
+ name: tonga
20
+ type: zambezi_voice/tonga
21
+ config: null
22
+ split: None
23
+ args: 'config: toi, split: dev'
24
+ metrics:
25
+ - name: Wer
26
+ type: wer
27
+ value: 59.61628451099672
28
+ ---
29
+
30
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
31
+ should probably proofread and complete it, then remove this comment. -->
32
+
33
+ # Whisper Medium - Claytone Aikasote
34
+
35
+ This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on the tonga dataset.
36
+ It achieves the following results on the evaluation set:
37
+ - Loss: 2.8215
38
+ - Wer: 59.6163
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: 4
59
+ - eval_batch_size: 4
60
+ - seed: 42
61
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
+ - lr_scheduler_type: linear
63
+ - lr_scheduler_warmup_steps: 500
64
+ - training_steps: 4000
65
+ - mixed_precision_training: Native AMP
66
+
67
+ ### Training results
68
+
69
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
70
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|
71
+ | 0.4727 | 1.47 | 500 | 2.0656 | 70.8002 |
72
+ | 0.2033 | 2.95 | 1000 | 2.0971 | 67.6416 |
73
+ | 0.0658 | 4.42 | 1500 | 2.3894 | 62.0262 |
74
+ | 0.0281 | 5.9 | 2000 | 2.5443 | 62.2134 |
75
+ | 0.0104 | 7.37 | 2500 | 2.6873 | 61.8390 |
76
+ | 0.0046 | 8.85 | 3000 | 2.7252 | 60.6458 |
77
+ | 0.0004 | 10.32 | 3500 | 2.7891 | 60.8563 |
78
+ | 0.0003 | 11.8 | 4000 | 2.8215 | 59.6163 |
79
+
80
+
81
+ ### Framework versions
82
+
83
+ - Transformers 4.26.0.dev0
84
+ - Pytorch 1.12.1+cu113
85
+ - Datasets 2.7.1
86
+ - Tokenizers 0.13.2