Commit
·
d30efaf
1
Parent(s):
87084aa
Update README.md
Browse files
README.md
CHANGED
@@ -24,10 +24,24 @@ model-index:
|
|
24 |
metrics:
|
25 |
- name: Test WER
|
26 |
type: wer
|
27 |
-
value:
|
28 |
- name: Test CER
|
29 |
type: cer
|
30 |
-
value:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
---
|
32 |
|
33 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -40,19 +54,17 @@ It achieves the following results on the evaluation set:
|
|
40 |
- Loss: 0.8881
|
41 |
- Wer: 0.4175
|
42 |
|
43 |
-
|
44 |
|
45 |
-
More information needed
|
46 |
|
47 |
-
|
48 |
|
49 |
-
|
50 |
|
51 |
-
|
52 |
|
53 |
-
|
54 |
|
55 |
-
## Training procedure
|
56 |
|
57 |
### Training hyperparameters
|
58 |
|
|
|
24 |
metrics:
|
25 |
- name: Test WER
|
26 |
type: wer
|
27 |
+
value: 0.4186593492747942
|
28 |
- name: Test CER
|
29 |
type: cer
|
30 |
+
value: 0.13301322550753938
|
31 |
+
- task:
|
32 |
+
name: Automatic Speech Recognition
|
33 |
+
type: automatic-speech-recognition
|
34 |
+
dataset:
|
35 |
+
name: Robust Speech Event - Dev Data
|
36 |
+
type: speech-recognition-community-v2/dev_data
|
37 |
+
args: pa-IN
|
38 |
+
metrics:
|
39 |
+
- name: Test WER
|
40 |
+
type: wer
|
41 |
+
value: NA
|
42 |
+
- name: Test CER
|
43 |
+
type: cer
|
44 |
+
value: NA
|
45 |
---
|
46 |
|
47 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
54 |
- Loss: 0.8881
|
55 |
- Wer: 0.4175
|
56 |
|
57 |
+
### Evaluation Commands
|
58 |
|
|
|
59 |
|
60 |
+
1. To evaluate on mozilla-foundation/common_voice_8_0 with test split
|
61 |
|
62 |
+
python eval.py --model_id DrishtiSharma/wav2vec2-xls-r-300m-pa-IN-r5 --dataset mozilla-foundation/common_voice_8_0 --config pa-IN --split test --log_outputs
|
63 |
|
64 |
+
2. To evaluate on speech-recognition-community-v2/dev_data
|
65 |
|
66 |
+
Punjabi language isn't available in speech-recognition-community-v2/dev_data
|
67 |
|
|
|
68 |
|
69 |
### Training hyperparameters
|
70 |
|