DrishtiSharma
commited on
Commit
•
f37e18e
1
Parent(s):
0f67b6d
Update README.md
Browse files
README.md
CHANGED
@@ -21,11 +21,12 @@ model-index:
|
|
21 |
args: hi
|
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 +39,15 @@ It achieves the following results on the evaluation set:
|
|
38 |
- Loss: 0.6552
|
39 |
- Wer: 0.3200
|
40 |
|
41 |
-
|
42 |
-
|
43 |
-
More information needed
|
44 |
-
|
45 |
-
## Intended uses & limitations
|
46 |
|
47 |
-
|
48 |
|
49 |
-
|
50 |
|
51 |
-
|
52 |
|
53 |
-
|
54 |
|
55 |
### Training hyperparameters
|
56 |
|
|
|
21 |
args: hi
|
22 |
metrics:
|
23 |
- type: wer
|
24 |
+
value: 0.3719684845500431
|
25 |
name: Test WER
|
26 |
- name: Test CER
|
27 |
type: cer
|
28 |
+
value: 0.11763235514672798
|
29 |
+
|
30 |
---
|
31 |
|
32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
39 |
- Loss: 0.6552
|
40 |
- Wer: 0.3200
|
41 |
|
42 |
+
Evaluation Commands
|
|
|
|
|
|
|
|
|
43 |
|
44 |
+
1. To evaluate on mozilla-foundation/common_voice_8_0 with test split
|
45 |
|
46 |
+
python eval.py --model_id DrishtiSharma/wav2vec2-large-xls-r-300m-hi-wx1 --dataset mozilla-foundation/common_voice_7_0 --config hi --split test --log_outputs
|
47 |
|
48 |
+
2. To evaluate on speech-recognition-community-v2/dev_data
|
49 |
|
50 |
+
NA
|
51 |
|
52 |
### Training hyperparameters
|
53 |
|