DrishtiSharma
commited on
Commit
·
f49dff6
1
Parent(s):
8699225
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,20 +53,16 @@ It achieves the following results on the evaluation set:
|
|
39 |
- Loss: 0.3421
|
40 |
- Wer: 0.2860
|
41 |
|
42 |
-
|
43 |
-
|
44 |
-
More information needed
|
45 |
-
|
46 |
-
## Intended uses & limitations
|
47 |
-
|
48 |
-
More information needed
|
49 |
|
50 |
-
|
51 |
|
52 |
-
|
53 |
|
54 |
-
|
55 |
|
|
|
|
|
56 |
### Training hyperparameters
|
57 |
|
58 |
The following hyperparameters were used during training:
|
|
|
23 |
metrics:
|
24 |
- name: Test WER
|
25 |
type: wer
|
26 |
+
value: 0.28775471338792613
|
27 |
- name: Test CER
|
28 |
type: cer
|
29 |
+
value: 0.06861971204625049
|
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: bg
|
37 |
+
metrics:
|
38 |
+
- name: Test WER
|
39 |
+
type: wer
|
40 |
+
value: 0.49783147459727384
|
41 |
+
- name: Test CER
|
42 |
+
type: cer
|
43 |
+
value: 0.1591062599627158
|
44 |
---
|
45 |
|
46 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
53 |
- Loss: 0.3421
|
54 |
- Wer: 0.2860
|
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-bg-d2 --dataset mozilla-foundation/common_voice_8_0 --config bg --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-bg-d2 --dataset speech-recognition-community-v2/dev_data --config bg --split validation --chunk_length_s 10 --stride_length_s 1
|
65 |
+
|
66 |
### Training hyperparameters
|
67 |
|
68 |
The following hyperparameters were used during training:
|