kingabzpro
commited on
Commit
•
ae7345a
1
Parent(s):
e6f5514
Update README.md
Browse files
README.md
CHANGED
@@ -1,13 +1,41 @@
|
|
1 |
---
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
-
-
|
5 |
- robust-speech-event
|
6 |
datasets:
|
7 |
- common_voice
|
|
|
|
|
8 |
model-index:
|
9 |
- name: wav2vec2-large-xlsr-53-urdu
|
10 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- ur
|
4 |
+
|
5 |
license: apache-2.0
|
6 |
tags:
|
7 |
+
- automatic-speech-recognition
|
8 |
- robust-speech-event
|
9 |
datasets:
|
10 |
- common_voice
|
11 |
+
metrics:
|
12 |
+
- wer
|
13 |
model-index:
|
14 |
- name: wav2vec2-large-xlsr-53-urdu
|
15 |
+
results:
|
16 |
+
- task:
|
17 |
+
type: automatic-speech-recognition # Required. Example: automatic-speech-recognition
|
18 |
+
name: Urdu Speech Recognition # Optional. Example: Speech Recognition
|
19 |
+
dataset:
|
20 |
+
type: common_voice # Required. Example: common_voice. Use dataset id from https://hf.co/datasets
|
21 |
+
name: ur # Required. Example: Common Voice zh-CN
|
22 |
+
args: ur # Optional. Example: zh-CN
|
23 |
+
metrics:
|
24 |
+
- type: wer # Required. Example: wer
|
25 |
+
value: 100 # Required. Example: 20.90
|
26 |
+
name: Test WER # Optional. Example: Test WER
|
27 |
+
args:
|
28 |
+
- learning_rate: 0.0003
|
29 |
+
- train_batch_size: 16
|
30 |
+
- eval_batch_size: 8
|
31 |
+
- seed: 42
|
32 |
+
- gradient_accumulation_steps: 2
|
33 |
+
- total_train_batch_size: 32
|
34 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
35 |
+
- lr_scheduler_type: linear
|
36 |
+
- lr_scheduler_warmup_steps: 10
|
37 |
+
- num_epochs: 30
|
38 |
+
- mixed_precision_training: Native AMP # Optional. Example for BLEU: max_order
|
39 |
---
|
40 |
|
41 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|