DrishtiSharma commited on
Commit
3df43f6
1 Parent(s): 42d617d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -10
README.md CHANGED
@@ -21,11 +21,25 @@ model-index:
21
  args: hi
22
  metrics:
23
  - type: wer
24
- value: []
25
  name: Test WER
26
  - name: Test CER
27
  type: cer
28
- value: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  ---
30
 
31
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -38,19 +52,16 @@ It achieves the following results on the evaluation set:
38
  - Loss: 0.7322
39
  - Wer: 0.3469
40
 
41
- ## Model description
42
-
43
- More information needed
44
 
45
- ## Intended uses & limitations
46
 
47
- More information needed
48
 
49
- ## Training and evaluation data
50
 
51
- More information needed
52
 
53
- ## Training procedure
54
 
55
  ### Training hyperparameters
56
 
 
21
  args: hi
22
  metrics:
23
  - type: wer
24
+ value: 0.3891350503092403
25
  name: Test WER
26
  - name: Test CER
27
  type: cer
28
+ value: 0.13016327327131985
29
+ - task:
30
+ name: Automatic Speech Recognition
31
+ type: automatic-speech-recognition
32
+ dataset:
33
+ name: Robust Speech Event - Dev Data
34
+ type: speech-recognition-community-v2/dev_data
35
+ args: hi
36
+ metrics:
37
+ - name: Test WER
38
+ type: wer
39
+ value: NA
40
+ - name: Test CER
41
+ type: cer
42
+ value: NA
43
  ---
44
 
45
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
52
  - Loss: 0.7322
53
  - Wer: 0.3469
54
 
55
+ ### Evaluation Commands
 
 
56
 
57
+ 1. To evaluate on mozilla-foundation/common_voice_8_0 with test split
58
 
59
+ python eval.py --model_id DrishtiSharma/wav2vec2-large-xls-r-300m-hi-cv8-b2 --dataset mozilla-foundation/common_voice_8_0 --config hi --split test --log_outputs
60
 
61
+ 2. To evaluate on speech-recognition-community-v2/dev_data
62
 
63
+ Hindi language isn't available in speech-recognition-community-v2/dev_data
64
 
 
65
 
66
  ### Training hyperparameters
67