MHassaanButt
commited on
Commit
•
b80366c
1
Parent(s):
6dd0072
Update README.md
Browse files
README.md
CHANGED
@@ -6,4 +6,81 @@ language:
|
|
6 |
metrics:
|
7 |
- wer
|
8 |
library_name: transformers
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
metrics:
|
7 |
- wer
|
8 |
library_name: transformers
|
9 |
+
|
10 |
+
license: apache-2.0
|
11 |
+
tags:
|
12 |
+
- hf-asr-leaderboard
|
13 |
+
- generated_from_trainer
|
14 |
+
|
15 |
+
model-index:
|
16 |
+
- name: Whisper Medium Urdu - Hassaan Butt
|
17 |
+
results:
|
18 |
+
- task:
|
19 |
+
name: Automatic Speech Recognition
|
20 |
+
type: automatic-speech-recognition
|
21 |
+
dataset:
|
22 |
+
name: fleurs
|
23 |
+
type: mozilla-foundation/common_voice_11_0
|
24 |
+
config: ur
|
25 |
+
split: test
|
26 |
+
args: 'config: ps, split: test'
|
27 |
+
metrics:
|
28 |
+
- name: Wer
|
29 |
+
type: wer
|
30 |
+
value: 32.0
|
31 |
+
|
32 |
+
---
|
33 |
+
|
34 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
35 |
+
should probably proofread and complete it, then remove this comment. -->
|
36 |
+
|
37 |
+
# Whisper Medium Pashto - Hassaan Butt
|
38 |
+
|
39 |
+
This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on the common voice dataset.
|
40 |
+
It achieves the following results on the evaluation set:
|
41 |
+
|
42 |
+
- Wer: 32.0
|
43 |
+
|
44 |
+
## Model description
|
45 |
+
|
46 |
+
More information needed
|
47 |
+
|
48 |
+
## Intended uses & limitations
|
49 |
+
|
50 |
+
More information needed
|
51 |
+
|
52 |
+
## Training and evaluation data
|
53 |
+
|
54 |
+
More information needed
|
55 |
+
|
56 |
+
## Training procedure
|
57 |
+
|
58 |
+
### Training hyperparameters
|
59 |
+
|
60 |
+
The following hyperparameters were used during training:
|
61 |
+
- learning_rate: 1e-05
|
62 |
+
- train_batch_size: 8
|
63 |
+
- eval_batch_size: 8
|
64 |
+
- seed: 42
|
65 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
66 |
+
- lr_scheduler_type: linear
|
67 |
+
- lr_scheduler_warmup_steps: 500
|
68 |
+
- training_steps: 3000
|
69 |
+
- mixed_precision_training: Native AMP
|
70 |
+
|
71 |
+
### Training results
|
72 |
+
|
73 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
74 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
75 |
+
| 0.283800 | 2.92 | 1000 | 0.466280 | 51.433879 |
|
76 |
+
| 0.090300 | 5.85 | 2000 | 0.448847 | 33.646813 |
|
77 |
+
| 0.036666 | 8.77 | 3000 | 0.420809 | 32.035004 |
|
78 |
+
|
79 |
+
|
80 |
+
|
81 |
+
### Framework versions
|
82 |
+
|
83 |
+
- Transformers 4.26.0.dev0
|
84 |
+
- Pytorch 1.11.0+cu113
|
85 |
+
- Datasets 2.8.0
|
86 |
+
- Tokenizers 0.13.2
|