DrishtiSharma
commited on
Commit
•
fdaffa7
1
Parent(s):
ac58042
Update README.md
Browse files
README.md
CHANGED
@@ -28,6 +28,20 @@ model-index:
|
|
28 |
- name: Test CER
|
29 |
type: cer
|
30 |
value: 0.1102657634184471
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
---
|
32 |
|
33 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -40,19 +54,15 @@ It achieves the following results on the evaluation set:
|
|
40 |
- Loss: 0.5997
|
41 |
- Wer: 0.3870
|
42 |
|
43 |
-
|
44 |
-
|
45 |
-
More information needed
|
46 |
|
47 |
-
|
48 |
|
49 |
-
|
50 |
|
51 |
-
|
52 |
|
53 |
-
|
54 |
-
|
55 |
-
## Training procedure
|
56 |
|
57 |
### Training hyperparameters
|
58 |
|
@@ -100,9 +110,3 @@ The following hyperparameters were used during training:
|
|
100 |
- Pytorch 1.10.0+cu111
|
101 |
- Datasets 1.18.2
|
102 |
- Tokenizers 0.11.0
|
103 |
-
|
104 |
-
### Evaluation Script
|
105 |
-
|
106 |
-
!python eval.py \
|
107 |
-
--model_id DrishtiSharma/wav2vec2-large-xls-r-300m-bas-v1 \
|
108 |
-
--dataset mozilla-foundation/common_voice_8_0 --config bas --split test --log_outputs
|
|
|
28 |
- name: Test CER
|
29 |
type: cer
|
30 |
value: 0.1102657634184471
|
31 |
+
- task:
|
32 |
+
name: Automatic Speech Recognition
|
33 |
+
type: automatic-speech-recognition
|
34 |
+
dataset:
|
35 |
+
name: Robust Speech Event - Dev Data
|
36 |
+
type: speech-recognition-community-v2/dev_data
|
37 |
+
args: bas
|
38 |
+
metrics:
|
39 |
+
- name: Test WER
|
40 |
+
type: wer
|
41 |
+
value: NA
|
42 |
+
- name: Test CER
|
43 |
+
type: cer
|
44 |
+
value: NA
|
45 |
---
|
46 |
|
47 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
54 |
- Loss: 0.5997
|
55 |
- Wer: 0.3870
|
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-bas-v1 --dataset mozilla-foundation/common_voice_8_0 --config bas --split test --log_outputs
|
62 |
|
63 |
+
2. To evaluate on speech-recognition-community-v2/dev_data
|
64 |
|
65 |
+
Basaa (bas) language isn't available in speech-recognition-community-v2/dev_data
|
|
|
|
|
66 |
|
67 |
### Training hyperparameters
|
68 |
|
|
|
110 |
- Pytorch 1.10.0+cu111
|
111 |
- Datasets 1.18.2
|
112 |
- Tokenizers 0.11.0
|
|
|
|
|
|
|
|
|
|
|
|