jtrmal commited on
Commit
dda7d19
1 Parent(s): 64a0e2e

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "hf_demo": {
3
- "nn_model": "exp/cpu_jit-torch-1.6.0.pt",
4
- "bpe_model": "data/lang_bpe_500/bpe.model",
5
  "num_active_paths": 4,
6
  "sample_rate": 16000
7
  }
 
1
  {
2
  "hf_demo": {
3
+ "nn_model_filename": "exp/cpu_jit-torch-1.6.0.pt",
4
+ "bpe_model_filename": "data/lang_bpe_500/bpe.model",
5
  "num_active_paths": 4,
6
  "sample_rate": 16000
7
  }