raghadOmar commited on
Commit
f0f0ee4
1 Parent(s): 74be18a

End of training

Browse files
README.md CHANGED
@@ -2,9 +2,9 @@
2
  language:
3
  - ar
4
  license: apache-2.0
 
5
  tags:
6
  - generated_from_trainer
7
- base_model: tarteel-ai/whisper-base-ar-quran
8
  datasets:
9
  - zolfa
10
  metrics:
@@ -13,16 +13,16 @@ model-index:
13
  - name: Whisper-raghadomar
14
  results:
15
  - task:
16
- type: automatic-speech-recognition
17
  name: Automatic Speech Recognition
 
18
  dataset:
19
  name: Zolfa Dataset
20
  type: zolfa
21
  args: 'config: ar, split: test'
22
  metrics:
23
- - type: wer
24
- value: 10.344827586206897
25
- name: Wer
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -32,8 +32,8 @@ should probably proofread and complete it, then remove this comment. -->
32
 
33
  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 Zolfa Dataset dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 0.0293
36
- - Wer: 10.3448
37
 
38
  ## Model description
39
 
@@ -64,23 +64,23 @@ The following hyperparameters were used during training:
64
 
65
  ### Training results
66
 
67
- | Training Loss | Epoch | Step | Validation Loss | Wer |
68
- |:-------------:|:-------:|:----:|:---------------:|:-------:|
69
- | 0.0006 | 4.7619 | 100 | 0.0060 | 6.8966 |
70
- | 0.0004 | 9.5238 | 200 | 0.0233 | 10.3448 |
71
- | 0.0004 | 14.2857 | 300 | 0.0199 | 10.3448 |
72
- | 0.0002 | 19.0476 | 400 | 0.0309 | 10.3448 |
73
- | 0.0004 | 23.8095 | 500 | 0.0253 | 10.3448 |
74
- | 0.0002 | 28.5714 | 600 | 0.0284 | 10.3448 |
75
- | 0.0002 | 33.3333 | 700 | 0.0275 | 10.3448 |
76
- | 0.0002 | 38.0952 | 800 | 0.0301 | 10.3448 |
77
- | 0.0001 | 42.8571 | 900 | 0.0286 | 10.3448 |
78
- | 0.0001 | 47.6190 | 1000 | 0.0293 | 10.3448 |
79
 
80
 
81
  ### Framework versions
82
 
83
- - Transformers 4.41.0
84
- - Pytorch 2.2.1+cu121
85
  - Datasets 2.19.1
86
  - Tokenizers 0.19.1
 
2
  language:
3
  - ar
4
  license: apache-2.0
5
+ base_model: tarteel-ai/whisper-base-ar-quran
6
  tags:
7
  - generated_from_trainer
 
8
  datasets:
9
  - zolfa
10
  metrics:
 
13
  - name: Whisper-raghadomar
14
  results:
15
  - task:
 
16
  name: Automatic Speech Recognition
17
+ type: automatic-speech-recognition
18
  dataset:
19
  name: Zolfa Dataset
20
  type: zolfa
21
  args: 'config: ar, split: test'
22
  metrics:
23
+ - name: Wer
24
+ type: wer
25
+ value: 6.896551724137931
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
32
 
33
  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 Zolfa Dataset dataset.
34
  It achieves the following results on the evaluation set:
35
+ - Loss: 0.0142
36
+ - Wer: 6.8966
37
 
38
  ## Model description
39
 
 
64
 
65
  ### Training results
66
 
67
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
68
+ |:-------------:|:-------:|:----:|:---------------:|:------:|
69
+ | 0.0023 | 4.5455 | 100 | 0.0063 | 6.8966 |
70
+ | 0.0012 | 9.0909 | 200 | 0.0135 | 6.8966 |
71
+ | 0.0005 | 13.6364 | 300 | 0.0109 | 6.8966 |
72
+ | 0.0008 | 18.1818 | 400 | 0.0142 | 6.8966 |
73
+ | 0.0006 | 22.7273 | 500 | 0.0105 | 6.8966 |
74
+ | 0.0007 | 27.2727 | 600 | 0.0157 | 6.8966 |
75
+ | 0.0009 | 31.8182 | 700 | 0.0153 | 6.8966 |
76
+ | 0.0003 | 36.3636 | 800 | 0.0146 | 6.8966 |
77
+ | 0.0005 | 40.9091 | 900 | 0.0135 | 6.8966 |
78
+ | 0.0003 | 45.4545 | 1000 | 0.0142 | 6.8966 |
79
 
80
 
81
  ### Framework versions
82
 
83
+ - Transformers 4.41.2
84
+ - Pytorch 2.3.0+cu121
85
  - Datasets 2.19.1
86
  - Tokenizers 0.19.1
generation_config.json CHANGED
@@ -23,6 +23,6 @@
23
  "max_length": 1024,
24
  "pad_token_id": 50257,
25
  "suppress_tokens": [],
26
- "transformers_version": "4.41.0",
27
  "use_cache": false
28
  }
 
23
  "max_length": 1024,
24
  "pad_token_id": 50257,
25
  "suppress_tokens": [],
26
+ "transformers_version": "4.41.2",
27
  "use_cache": false
28
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:43f3153f45f6482473bc30679b2729147d0f4a266c55ee31039b39dd57478f72
3
  size 290403936
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c6b76d1a66e8502b1027ed442ff0bad6a7e873144284ea8dfae9f96561cb52c
3
  size 290403936
runs/Jun02_12-06-26_5a57ccae467d/events.out.tfevents.1717330015.5a57ccae467d.177.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:66a138a073ac327cf6496ef491e5486a2805e4a96c7396e7bd25faf4b7d31deb
3
- size 19458
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f77918d0dcb6979665a7fba10eb885d0a7a911c478fe326060aa635b602ddd82
3
+ size 19812