DrishtiSharma commited on
Commit
a3a58f3
1 Parent(s): 24a654d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +53 -10
README.md CHANGED
@@ -6,11 +6,56 @@ tags:
6
  - automatic-speech-recognition
7
  - mozilla-foundation/common_voice_8_0
8
  - generated_from_trainer
 
 
9
  datasets:
10
- - common_voice
11
  model-index:
12
- - name: ''
13
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  ---
15
 
16
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -23,19 +68,17 @@ It achieves the following results on the evaluation set:
23
  - Loss: 1.0855
24
  - Wer: 0.4755
25
 
26
- ## Model description
27
 
28
- More information needed
29
 
30
- ## Intended uses & limitations
31
 
32
- More information needed
33
 
34
- ## Training and evaluation data
35
 
36
- More information needed
37
 
38
- ## Training procedure
39
 
40
  ### Training hyperparameters
41
 
 
6
  - automatic-speech-recognition
7
  - mozilla-foundation/common_voice_8_0
8
  - generated_from_trainer
9
+ - pa-IN
10
+ - robust-speech-event
11
  datasets:
12
+ - mozilla-foundation/common_voice_8_0
13
  model-index:
14
+ - name: wav2vec2-large-xls-r-300m-pa-IN-dx1
15
+ results:
16
+ - task:
17
+ name: Automatic Speech Recognition
18
+ type: automatic-speech-recognition
19
+ dataset:
20
+ name: Common Voice 8
21
+ type: mozilla-foundation/common_voice_8_0
22
+ args: pa-IN
23
+ metrics:
24
+ - name: Test WER
25
+ type: wer
26
+ value:
27
+ - name: Test CER
28
+ type: cer
29
+ value:
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: pa-IN
37
+ metrics:
38
+ - name: Test WER
39
+ type: wer
40
+ value: 0.48725989807918463
41
+ - name: Test CER
42
+ type: cer
43
+ value: 0.1687305197540224
44
+ - task:
45
+ name: Automatic Speech Recognition
46
+ type: automatic-speech-recognition
47
+ dataset:
48
+ name: Robust Speech Event - Dev Data
49
+ type: speech-recognition-community-v2/dev_data
50
+ args: pa-IN
51
+ metrics:
52
+ - name: Test WER
53
+ type: wer
54
+ value: NA
55
+ - name: Test CER
56
+ type: cer
57
+ value: NA
58
+
59
  ---
60
 
61
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
68
  - Loss: 1.0855
69
  - Wer: 0.4755
70
 
 
71
 
72
+ ### Evaluation Commands
73
 
74
+ 1. To evaluate on mozilla-foundation/common_voice_8_0 with test split
75
 
76
+ python eval.py --model_id DrishtiSharma/wav2vec2-large-xls-r-300m-pa-IN-dx1 --dataset mozilla-foundation/common_voice_8_0 --config pa-IN --split test --log_outputs
77
 
78
+ 2. To evaluate on speech-recognition-community-v2/dev_data
79
 
80
+ Punjabi language isn't available in speech-recognition-community-v2/dev_data
81
 
 
82
 
83
  ### Training hyperparameters
84