End of training
Browse files- README.md +39 -10
- generation_config.json +2 -1
- model.safetensors +1 -1
README.md
CHANGED
@@ -7,18 +7,36 @@ tags:
|
|
7 |
- hf-asr-leaderboard
|
8 |
- generated_from_trainer
|
9 |
datasets:
|
10 |
-
- AsemBadr/
|
|
|
|
|
11 |
model-index:
|
12 |
-
- name: Whisper Small
|
13 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
---
|
15 |
|
16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
17 |
should probably proofread and complete it, then remove this comment. -->
|
18 |
|
19 |
-
# Whisper Small
|
20 |
|
21 |
-
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the
|
|
|
|
|
|
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -44,15 +62,26 @@ The following hyperparameters were used during training:
|
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
- lr_scheduler_warmup_steps: 500
|
47 |
-
- training_steps:
|
|
|
48 |
|
49 |
### Training results
|
50 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
|
52 |
|
53 |
### Framework versions
|
54 |
|
55 |
-
- Transformers 4.
|
56 |
-
- Pytorch 2.2
|
57 |
-
- Datasets 2.17.
|
58 |
-
- Tokenizers 0.15.
|
|
|
7 |
- hf-asr-leaderboard
|
8 |
- generated_from_trainer
|
9 |
datasets:
|
10 |
+
- AsemBadr/GP
|
11 |
+
metrics:
|
12 |
+
- wer
|
13 |
model-index:
|
14 |
+
- name: Whisper Small for Quran Recognition
|
15 |
+
results:
|
16 |
+
- task:
|
17 |
+
name: Automatic Speech Recognition
|
18 |
+
type: automatic-speech-recognition
|
19 |
+
dataset:
|
20 |
+
name: Quran_Reciters
|
21 |
+
type: AsemBadr/GP
|
22 |
+
config: default
|
23 |
+
split: test
|
24 |
+
args: 'config: default, split: train'
|
25 |
+
metrics:
|
26 |
+
- name: Wer
|
27 |
+
type: wer
|
28 |
+
value: 3.747636238610968
|
29 |
---
|
30 |
|
31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
32 |
should probably proofread and complete it, then remove this comment. -->
|
33 |
|
34 |
+
# Whisper Small for Quran Recognition
|
35 |
|
36 |
+
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Quran_Reciters dataset.
|
37 |
+
It achieves the following results on the evaluation set:
|
38 |
+
- Loss: 0.0193
|
39 |
+
- Wer: 3.7476
|
40 |
|
41 |
## Model description
|
42 |
|
|
|
62 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
63 |
- lr_scheduler_type: linear
|
64 |
- lr_scheduler_warmup_steps: 500
|
65 |
+
- training_steps: 4000
|
66 |
+
- mixed_precision_training: Native AMP
|
67 |
|
68 |
### Training results
|
69 |
|
70 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
71 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
72 |
+
| 0.0264 | 1.62 | 500 | 0.0319 | 8.0110 |
|
73 |
+
| 0.0012 | 3.24 | 1000 | 0.0228 | 5.5011 |
|
74 |
+
| 0.0009 | 4.85 | 1500 | 0.0209 | 4.1258 |
|
75 |
+
| 0.0003 | 6.47 | 2000 | 0.0185 | 3.7992 |
|
76 |
+
| 0.0002 | 8.09 | 2500 | 0.0188 | 3.7820 |
|
77 |
+
| 0.0001 | 9.71 | 3000 | 0.0191 | 3.7476 |
|
78 |
+
| 0.0001 | 11.33 | 3500 | 0.0193 | 3.7133 |
|
79 |
+
| 0.0 | 12.94 | 4000 | 0.0193 | 3.7476 |
|
80 |
|
81 |
|
82 |
### Framework versions
|
83 |
|
84 |
+
- Transformers 4.40.0.dev0
|
85 |
+
- Pytorch 2.1.2
|
86 |
+
- Datasets 2.17.1
|
87 |
+
- Tokenizers 0.15.1
|
generation_config.json
CHANGED
@@ -160,6 +160,7 @@
|
|
160 |
"<|yo|>": 50325,
|
161 |
"<|zh|>": 50260
|
162 |
},
|
|
|
163 |
"max_initial_timestamp_index": 50,
|
164 |
"max_length": 448,
|
165 |
"no_timestamps_token_id": 50363,
|
@@ -260,5 +261,5 @@
|
|
260 |
"transcribe": 50359,
|
261 |
"translate": 50358
|
262 |
},
|
263 |
-
"transformers_version": "4.
|
264 |
}
|
|
|
160 |
"<|yo|>": 50325,
|
161 |
"<|zh|>": 50260
|
162 |
},
|
163 |
+
"language": "ar",
|
164 |
"max_initial_timestamp_index": 50,
|
165 |
"max_length": 448,
|
166 |
"no_timestamps_token_id": 50363,
|
|
|
261 |
"transcribe": 50359,
|
262 |
"translate": 50358
|
263 |
},
|
264 |
+
"transformers_version": "4.40.0.dev0"
|
265 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 966995080
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:26588d6642077134603219d49fcdef4c0a247c80636445d0ddae79d5099d8f03
|
3 |
size 966995080
|