kingabzpro commited on
Commit
7cf43f8
1 Parent(s): 497556c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -52,6 +52,20 @@ model-index:
52
  - lr_scheduler_warmup_steps: 1000
53
  - num_epochs: 50
54
  - mixed_precision_training: Native AMP
 
 
 
 
 
 
 
 
 
 
 
 
 
 
55
  ---
56
 
57
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
52
  - lr_scheduler_warmup_steps: 1000
53
  - num_epochs: 50
54
  - mixed_precision_training: Native AMP
55
+ - task:
56
+ name: Automatic Speech Recognition
57
+ type: automatic-speech-recognition
58
+ dataset:
59
+ name: Robust Speech Event - Dev Data
60
+ type: speech-recognition-community-v2/dev_data
61
+ args: sv
62
+ metrics:
63
+ - name: Test WER
64
+ type: wer
65
+ value: 29.69
66
+ - name: Test CER
67
+ type: cer
68
+ value: 12.59
69
  ---
70
 
71
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You