DrishtiSharma commited on
Commit
acfdad3
1 Parent(s): d0cfaa7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -10
README.md CHANGED
@@ -20,10 +20,28 @@ model-index:
20
  dataset:
21
  name: Common Voice 7
22
  type: mozilla-foundation/common_voice_7_0
23
- args: hi
 
 
 
 
 
 
 
24
  - task:
25
  name: Automatic Speech Recognition
26
  type: automatic-speech-recognition
 
 
 
 
 
 
 
 
 
 
 
27
  ---
28
 
29
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -36,19 +54,15 @@ It achieves the following results on the evaluation set:
36
  - Loss: 0.7988
37
  - Wer: 0.3713
38
 
39
- ## Model description
40
-
41
- More information needed
42
-
43
- ## Intended uses & limitations
44
 
45
- More information needed
46
 
47
- ## Training and evaluation data
48
 
49
- More information needed
50
 
51
- ## Training procedure
52
 
53
  ### Training hyperparameters
54
 
 
20
  dataset:
21
  name: Common Voice 7
22
  type: mozilla-foundation/common_voice_7_0
23
+ args: vot
24
+ metrics:
25
+ - name: Test WER
26
+ type: wer
27
+ value: 0.4204111781361566
28
+ - name: Test CER
29
+ type: cer
30
+ value: 0.13869169624556316
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: hi
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.7988
55
  - Wer: 0.3713
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-hi-d3 --dataset mozilla-foundation/common_voice_7_0 --config hi --split test --log_outputs
62
 
63
+ 2. To evaluate on speech-recognition-community-v2/dev_data
64
 
65
+ Hindi language isn't available in speech-recognition-community-v2/dev_data
66
 
67
  ### Training hyperparameters
68