Ahmed107 commited on
Commit
f4ab4d2
1 Parent(s): d87575e

End of training

Browse files
Files changed (1) hide show
  1. README.md +79 -0
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - ar
4
+ license: apache-2.0
5
+ base_model: openai/whisper-medium
6
+ tags:
7
+ - nadsoft
8
+ - generated_from_trainer
9
+ datasets:
10
+ - nadsoft/arabic-98
11
+ metrics:
12
+ - wer
13
+ model-index:
14
+ - name: ./hamsa-v0.6Q
15
+ results:
16
+ - task:
17
+ name: Automatic Speech Recognition
18
+ type: automatic-speech-recognition
19
+ dataset:
20
+ name: nadsoft/arabic-98
21
+ type: nadsoft/arabic-98
22
+ metrics:
23
+ - name: Wer
24
+ type: wer
25
+ value: 23.412419116812348
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
+ # ./hamsa-v0.6Q
32
+
33
+ This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on the nadsoft/arabic-98 dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 0.2781
36
+ - Wer: 23.4124
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: 32
57
+ - eval_batch_size: 16
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: 300
63
+ - mixed_precision_training: Native AMP
64
+
65
+ ### Training results
66
+
67
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
68
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|
69
+ | 0.9225 | 0.33 | 100 | 0.8743 | 24.5136 |
70
+ | 0.2721 | 0.67 | 200 | 0.2782 | 24.1367 |
71
+ | 0.2474 | 1.0 | 300 | 0.2781 | 23.4124 |
72
+
73
+
74
+ ### Framework versions
75
+
76
+ - Transformers 4.37.0.dev0
77
+ - Pytorch 2.1.0+cu121
78
+ - Datasets 2.16.2.dev0
79
+ - Tokenizers 0.15.0