DrishtiSharma
commited on
Commit
•
91b4aab
1
Parent(s):
c4a6eca
Update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,7 @@ model-index:
|
|
20 |
dataset:
|
21 |
name: Common Voice 8
|
22 |
type: mozilla-foundation/common_voice_8_0
|
23 |
-
args:
|
24 |
metrics:
|
25 |
- name: Test WER
|
26 |
type: wer
|
@@ -54,19 +54,15 @@ It achieves the following results on the evaluation set:
|
|
54 |
- Loss: 1.3327
|
55 |
- Wer: 0.5744
|
56 |
|
57 |
-
|
58 |
-
|
59 |
-
More information needed
|
60 |
-
|
61 |
-
## Intended uses & limitations
|
62 |
|
63 |
-
|
64 |
|
65 |
-
|
66 |
|
67 |
-
|
68 |
|
69 |
-
|
70 |
|
71 |
### Training hyperparameters
|
72 |
|
|
|
20 |
dataset:
|
21 |
name: Common Voice 8
|
22 |
type: mozilla-foundation/common_voice_8_0
|
23 |
+
args: as
|
24 |
metrics:
|
25 |
- name: Test WER
|
26 |
type: wer
|
|
|
54 |
- Loss: 1.3327
|
55 |
- Wer: 0.5744
|
56 |
|
57 |
+
### Evaluation Commands
|
|
|
|
|
|
|
|
|
58 |
|
59 |
+
1. To evaluate on mozilla-foundation/common_voice_8_0 with test split
|
60 |
|
61 |
+
python eval.py --model_id DrishtiSharma/wav2vec2-large-xls-r-300m-as-g1 --dataset mozilla-foundation/common_voice_8_0 --config as --split test --log_outputs
|
62 |
|
63 |
+
2. To evaluate on speech-recognition-community-v2/dev_data
|
64 |
|
65 |
+
Assamese language isn't available in speech-recognition-community-v2/dev_data
|
66 |
|
67 |
### Training hyperparameters
|
68 |
|