akhooli commited on
Commit
6533672
·
verified ·
1 Parent(s): aab8167

Model save

Browse files
Files changed (1) hide show
  1. README.md +16 -16
README.md CHANGED
@@ -5,7 +5,7 @@ base_model: openai/whisper-small
5
  tags:
6
  - generated_from_trainer
7
  datasets:
8
- - mozilla-foundation/common_voice_17_0
9
  metrics:
10
  - wer
11
  model-index:
@@ -15,15 +15,15 @@ model-index:
15
  name: Automatic Speech Recognition
16
  type: automatic-speech-recognition
17
  dataset:
18
- name: mozilla-foundation/common_voice_17_0 ar
19
- type: mozilla-foundation/common_voice_17_0
20
  config: ar
21
  split: None
22
  args: ar
23
  metrics:
24
  - name: Wer
25
  type: wer
26
- value: 0.7520215633423181
27
  ---
28
 
29
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -31,10 +31,10 @@ should probably proofread and complete it, then remove this comment. -->
31
 
32
  # whisper-small-dar
33
 
34
- This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the mozilla-foundation/common_voice_17_0 ar dataset.
35
  It achieves the following results on the evaluation set:
36
- - Loss: 1.3785
37
- - Wer: 0.7520
38
 
39
  ## Model description
40
 
@@ -63,19 +63,19 @@ The following hyperparameters were used during training:
63
  - total_eval_batch_size: 32
64
  - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
65
  - lr_scheduler_type: linear
66
- - lr_scheduler_warmup_steps: 50
67
- - training_steps: 500
68
  - mixed_precision_training: Native AMP
69
 
70
  ### Training results
71
 
72
- | Training Loss | Epoch | Step | Validation Loss | Wer |
73
- |:-------------:|:-----:|:----:|:---------------:|:------:|
74
- | No log | 20.0 | 100 | 1.2186 | 0.7466 |
75
- | No log | 40.0 | 200 | 1.3032 | 0.7358 |
76
- | 0.0984 | 60.0 | 300 | 1.3486 | 0.7466 |
77
- | 0.0984 | 80.0 | 400 | 1.3713 | 0.7520 |
78
- | 0.0003 | 100.0 | 500 | 1.3785 | 0.7520 |
79
 
80
 
81
  ### Framework versions
 
5
  tags:
6
  - generated_from_trainer
7
  datasets:
8
+ - common_voice_17_0
9
  metrics:
10
  - wer
11
  model-index:
 
15
  name: Automatic Speech Recognition
16
  type: automatic-speech-recognition
17
  dataset:
18
+ name: common_voice_17_0
19
+ type: common_voice_17_0
20
  config: ar
21
  split: None
22
  args: ar
23
  metrics:
24
  - name: Wer
25
  type: wer
26
+ value: 0.3367421033522934
27
  ---
28
 
29
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
31
 
32
  # whisper-small-dar
33
 
34
+ This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the common_voice_17_0 dataset.
35
  It achieves the following results on the evaluation set:
36
+ - Loss: 0.1813
37
+ - Wer: 0.3367
38
 
39
  ## Model description
40
 
 
63
  - total_eval_batch_size: 32
64
  - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
65
  - lr_scheduler_type: linear
66
+ - lr_scheduler_warmup_steps: 100
67
+ - training_steps: 1000
68
  - mixed_precision_training: Native AMP
69
 
70
  ### Training results
71
 
72
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
73
+ |:-------------:|:------:|:----:|:---------------:|:------:|
74
+ | 0.303 | 0.5935 | 200 | 0.2434 | 0.4226 |
75
+ | 0.2 | 1.1869 | 400 | 0.2035 | 0.3914 |
76
+ | 0.1633 | 1.7804 | 600 | 0.1876 | 0.3469 |
77
+ | 0.106 | 2.3739 | 800 | 0.1850 | 0.3488 |
78
+ | 0.1005 | 2.9674 | 1000 | 0.1813 | 0.3367 |
79
 
80
 
81
  ### Framework versions