MohamedAhmedAE commited on
Commit
50e1f9a
1 Parent(s): 14c1c44

End of training

Browse files
Files changed (1) hide show
  1. README.md +82 -0
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: openai/whisper-large-v3
3
+ datasets:
4
+ - MightyStudent/Egyptian-ASR-MGB-3
5
+ language:
6
+ - ar
7
+ library_name: peft
8
+ license: apache-2.0
9
+ metrics:
10
+ - wer
11
+ tags:
12
+ - generated_from_trainer
13
+ model-index:
14
+ - name: Whisper large V3 Arabic
15
+ results:
16
+ - task:
17
+ type: automatic-speech-recognition
18
+ name: Automatic Speech Recognition
19
+ dataset:
20
+ name: MightyStudent/Egyptian-ASR-MGB-3
21
+ type: MightyStudent/Egyptian-ASR-MGB-3
22
+ metrics:
23
+ - type: wer
24
+ value: 38.095238095238095
25
+ name: Wer
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 large V3 Arabic
32
+
33
+ This model is a fine-tuned version of [openai/whisper-large-v3](https://huggingface.co/openai/whisper-large-v3) on the MightyStudent/Egyptian-ASR-MGB-3 dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 0.6890
36
+ - Wer: 38.0952
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: 2
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: 5
62
+ - num_epochs: 1
63
+ - mixed_precision_training: Native AMP
64
+
65
+ ### Training results
66
+
67
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
68
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|
69
+ | 0.6852 | 0.2 | 10 | 0.7062 | 45.7143 |
70
+ | 0.7504 | 0.4 | 20 | 0.6994 | 45.7143 |
71
+ | 0.7219 | 0.6 | 30 | 0.6940 | 45.7143 |
72
+ | 0.6971 | 0.8 | 40 | 0.6905 | 45.7143 |
73
+ | 0.6846 | 1.0 | 50 | 0.6890 | 38.0952 |
74
+
75
+
76
+ ### Framework versions
77
+
78
+ - PEFT 0.12.0
79
+ - Transformers 4.44.2
80
+ - Pytorch 2.4.0+cu121
81
+ - Datasets 3.0.0
82
+ - Tokenizers 0.19.1