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