DrishtiSharma commited on
Commit
8eb156d
1 Parent(s): 415094b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -11
README.md CHANGED
@@ -23,10 +23,25 @@ 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 +54,15 @@ It achieves the following results on the evaluation set:
39
  - Loss: 0.6588
40
  - Wer: 0.2987
41
 
42
- ## Model description
43
-
44
- More information needed
45
-
46
- ## Intended uses & limitations
47
 
48
- More information needed
49
 
50
- ## Training and evaluation data
51
 
52
- More information needed
53
 
54
- ## Training procedure
55
 
56
  ### Training hyperparameters
57
 
 
23
  metrics:
24
  - name: Test WER
25
  type: wer
26
+ value: 0.3531946325249292
27
  - name: Test CER
28
  type: cer
29
+ value: 0.11310803379493076
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: vot
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
 
47
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
54
  - Loss: 0.6588
55
  - Wer: 0.2987
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-CV7 --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
+ NA
66
 
67
  ### Training hyperparameters
68