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