jtrmal commited on
Commit
f91afdd
1 Parent(s): 0316edc

adding hf config

Browse files
Files changed (1) hide show
  1. config.json +8 -0
config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
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
+ }
8
+ }