hynt commited on
Commit
25aab87
·
verified ·
1 Parent(s): 8a3c90a

Update model.py

Browse files
Files changed (1) hide show
  1. model.py +2 -2
model.py CHANGED
@@ -430,7 +430,7 @@ def _get_vietnamese_pretrained_model(
430
  num_threads=2,
431
  sample_rate=16000,
432
  feature_dim=80,
433
- blank_penalty=0.5,
434
  decoding_method=decoding_method,
435
  max_active_paths=num_active_paths
436
  )
@@ -445,7 +445,7 @@ def _get_vietnamese_pretrained_model(
445
  num_threads=2,
446
  sample_rate=16000,
447
  feature_dim=80,
448
- blank_penalty=0.5,
449
  decoding_method=decoding_method,
450
  max_active_paths=num_active_paths
451
  )
 
430
  num_threads=2,
431
  sample_rate=16000,
432
  feature_dim=80,
433
+ blank_penalty=0.25,
434
  decoding_method=decoding_method,
435
  max_active_paths=num_active_paths
436
  )
 
445
  num_threads=2,
446
  sample_rate=16000,
447
  feature_dim=80,
448
+ blank_penalty=0.25,
449
  decoding_method=decoding_method,
450
  max_active_paths=num_active_paths
451
  )