hadiqa123 commited on
Commit
ae0d448
1 Parent(s): aeb5ed6

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -31
README.md CHANGED
@@ -1,39 +1,24 @@
1
  ---
2
- language:
3
- - ur
4
  license: apache-2.0
 
5
  tags:
6
- - hf-asr-leaderboard
7
  - generated_from_trainer
8
- datasets:
9
- - mozilla-foundation/common_voice_7_0
10
  metrics:
11
  - wer
12
  model-index:
13
- - name: Whisper Small Ur - Bakht Ullah
14
- results:
15
- - task:
16
- name: Automatic Speech Recognition
17
- type: automatic-speech-recognition
18
- dataset:
19
- name: Common Voice 7.0
20
- type: mozilla-foundation/common_voice_7_0
21
- args: 'config: ur, split: test'
22
- metrics:
23
- - name: Wer
24
- type: wer
25
- value: 47.34088927637315
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 Small Ur - Bakht Ullah
32
 
33
- This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 7.0 dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 0.8930
36
- - Wer: 47.3409
37
 
38
  ## Model description
39
 
@@ -59,21 +44,24 @@ The following hyperparameters were used during training:
59
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
60
  - lr_scheduler_type: linear
61
  - lr_scheduler_warmup_steps: 100
62
- - training_steps: 300
63
- - mixed_precision_training: Native AMP
64
 
65
  ### Training results
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Wer |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
69
- | 0.6104 | 4.17 | 100 | 1.1037 | 163.3827 |
70
- | 0.0242 | 8.33 | 200 | 0.8656 | 47.6024 |
71
- | 0.0042 | 12.5 | 300 | 0.8930 | 47.3409 |
 
 
 
 
72
 
73
 
74
  ### Framework versions
75
 
76
- - Transformers 4.25.0.dev0
77
- - Pytorch 1.12.1+cu113
78
- - Datasets 2.6.1
79
- - Tokenizers 0.13.2
 
1
  ---
 
 
2
  license: apache-2.0
3
+ base_model: openai/whisper-small
4
  tags:
 
5
  - generated_from_trainer
 
 
6
  metrics:
7
  - wer
8
  model-index:
9
+ - name: whisper-small-ur
10
+ results: []
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
  should probably proofread and complete it, then remove this comment. -->
15
 
16
+ # whisper-small-ur
17
 
18
+ This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.0029
21
+ - Wer: 76.1310
22
 
23
  ## Model description
24
 
 
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
  - lr_scheduler_warmup_steps: 100
47
+ - training_steps: 700
 
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Wer |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
+ | 1.1678 | 2.27 | 100 | 1.0347 | 110.8789 |
54
+ | 0.3171 | 4.55 | 200 | 0.2896 | 54.6101 |
55
+ | 0.1408 | 6.82 | 300 | 0.0993 | 98.5782 |
56
+ | 0.0447 | 9.09 | 400 | 0.0261 | 38.4102 |
57
+ | 0.0101 | 11.36 | 500 | 0.0083 | 74.2783 |
58
+ | 0.004 | 13.64 | 600 | 0.0035 | 72.9642 |
59
+ | 0.0031 | 15.91 | 700 | 0.0029 | 76.1310 |
60
 
61
 
62
  ### Framework versions
63
 
64
+ - Transformers 4.32.0.dev0
65
+ - Pytorch 2.0.1+cu118
66
+ - Datasets 2.14.1
67
+ - Tokenizers 0.13.3