saif-daoud commited on
Commit
dd5d895
1 Parent(s): 8b29fd6

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +76 -0
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - afrispeech-200
6
+ metrics:
7
+ - wer
8
+ model-index:
9
+ - name: whisper-small-hi-2400_500_136
10
+ results:
11
+ - task:
12
+ name: Automatic Speech Recognition
13
+ type: automatic-speech-recognition
14
+ dataset:
15
+ name: afrispeech-200
16
+ type: afrispeech-200
17
+ config: hausa
18
+ split: train
19
+ args: hausa
20
+ metrics:
21
+ - name: Wer
22
+ type: wer
23
+ value: 0.31118587047939444
24
+ ---
25
+
26
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
27
+ should probably proofread and complete it, then remove this comment. -->
28
+
29
+ # whisper-small-hi-2400_500_136
30
+
31
+ This model is a fine-tuned version of [saif-daoud/whisper-small-hi-2400_500_135](https://huggingface.co/saif-daoud/whisper-small-hi-2400_500_135) on the afrispeech-200 dataset.
32
+ It achieves the following results on the evaluation set:
33
+ - Loss: 0.7547
34
+ - Wer: 0.3112
35
+
36
+ ## Model description
37
+
38
+ More information needed
39
+
40
+ ## Intended uses & limitations
41
+
42
+ More information needed
43
+
44
+ ## Training and evaluation data
45
+
46
+ More information needed
47
+
48
+ ## Training procedure
49
+
50
+ ### Training hyperparameters
51
+
52
+ The following hyperparameters were used during training:
53
+ - learning_rate: 1e-07
54
+ - train_batch_size: 8
55
+ - eval_batch_size: 8
56
+ - seed: 42
57
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
58
+ - lr_scheduler_type: linear
59
+ - lr_scheduler_warmup_steps: 400
60
+ - training_steps: 1362
61
+ - mixed_precision_training: Native AMP
62
+
63
+ ### Training results
64
+
65
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
66
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
67
+ | 0.7162 | 0.5 | 681 | 0.7551 | 0.3118 |
68
+ | 0.7109 | 1.5 | 1362 | 0.7547 | 0.3112 |
69
+
70
+
71
+ ### Framework versions
72
+
73
+ - Transformers 4.28.0.dev0
74
+ - Pytorch 1.13.1+cu116
75
+ - Datasets 2.11.0
76
+ - Tokenizers 0.13.2