sulaimank commited on
Commit
8a026d6
·
verified ·
1 Parent(s): 27b316c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -10,8 +10,8 @@ lm_path = hf_hub_download("sulaimank/whisper-small-lg-lm", "5gram.bin")
10
 
11
  # Configure LM options
12
  LMOptions().lm_path = lm_path
13
- LMOptions().lm_alpha = 0.375
14
- LMOptions().lm_beta = 1.565
15
 
16
  # Load the model
17
  model = whisper.load_model(model_path)
 
10
 
11
  # Configure LM options
12
  LMOptions().lm_path = lm_path
13
+ LMOptions().lm_alpha = 0.0211
14
+ LMOptions().lm_beta = 0.0119
15
 
16
  # Load the model
17
  model = whisper.load_model(model_path)