csukuangfj
commited on
Commit
•
d0df546
1
Parent(s):
0316edc
Add config.json from https://huggingface.co./jtrmal/icefall-asr-librispeech-pruned-transducer-stateless3-2022-05-13/tree/main
Browse files- config.json +8 -0
config.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
}
|
8 |
+
}
|