WajeehAzeemX commited on
Commit
15db6aa
·
verified ·
1 Parent(s): e24661e

End of training

Browse files
Files changed (2) hide show
  1. README.md +71 -0
  2. generation_config.json +13 -0
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: tarteel-ai/whisper-base-ar-quran
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - wer
9
+ model-index:
10
+ - name: Whisper Base Ar Tashkeel - AzeemX
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # Whisper Base Ar Tashkeel - AzeemX
18
+
19
+ This model is a fine-tuned version of [tarteel-ai/whisper-base-ar-quran](https://huggingface.co/tarteel-ai/whisper-base-ar-quran) on the None dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.0762
22
+ - Wer: 11.1681
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 1e-05
42
+ - train_batch_size: 8
43
+ - eval_batch_size: 8
44
+ - seed: 42
45
+ - gradient_accumulation_steps: 2
46
+ - total_train_batch_size: 16
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - lr_scheduler_warmup_steps: 500
50
+ - training_steps: 7000
51
+ - mixed_precision_training: Native AMP
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
56
+ |:-------------:|:------:|:----:|:---------------:|:-------:|
57
+ | 0.1686 | 1.0320 | 1000 | 0.1651 | 26.5255 |
58
+ | 0.0828 | 2.0640 | 2000 | 0.1216 | 20.2028 |
59
+ | 0.0459 | 3.0960 | 3000 | 0.1020 | 16.3712 |
60
+ | 0.0237 | 4.1280 | 4000 | 0.0898 | 14.2751 |
61
+ | 0.0142 | 5.1600 | 5000 | 0.0808 | 12.4992 |
62
+ | 0.009 | 6.1920 | 6000 | 0.0772 | 11.4605 |
63
+ | 0.0054 | 7.2239 | 7000 | 0.0762 | 11.1681 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - Transformers 4.45.2
69
+ - Pytorch 2.3.1
70
+ - Datasets 3.0.1
71
+ - Tokenizers 0.20.0
generation_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "begin_suppress_tokens": [
3
+ 220,
4
+ 50257
5
+ ],
6
+ "bos_token_id": 50257,
7
+ "decoder_start_token_id": 50258,
8
+ "eos_token_id": 50257,
9
+ "max_length": 1024,
10
+ "pad_token_id": 50257,
11
+ "transformers_version": "4.45.2",
12
+ "use_cache": false
13
+ }