mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
update repo
This commit is contained in:
parent
334dec5d18
commit
3edafe9485
@ -1,6 +1,6 @@
|
||||
beam_size: 10
|
||||
beam_size: 5
|
||||
penalty: 0.0
|
||||
maxlenratio: 0.0
|
||||
minlenratio: 0.0
|
||||
ctc_weight: 0.3
|
||||
lm_weight: 0.7
|
||||
lm_weight: 0.0
|
||||
@ -1,6 +1,6 @@
|
||||
beam_size: 10
|
||||
beam_size: 60
|
||||
penalty: 0.0
|
||||
maxlenratio: 0.0
|
||||
minlenratio: 0.0
|
||||
ctc_weight: 0.3
|
||||
lm_weight: 0.7
|
||||
lm_weight: 0.0
|
||||
@ -53,8 +53,8 @@ test_sets="test_clean test_other dev_clean dev_other"
|
||||
asr_config=conf/train_asr_conformer.yaml
|
||||
model_dir="baseline_$(basename "${asr_config}" .yaml)_${lang}_${token_type}_${tag}"
|
||||
|
||||
inference_config=conf/decode_asr_transformer.yaml
|
||||
#inference_config=conf/decode_asr_transformer_beam60_ctc0.3.yaml
|
||||
inference_config=conf/decode_asr_transformer_ctc0.3_beam5yaml
|
||||
#inference_config=conf/decode_asr_transformer_ctc0.3_beam60.yaml
|
||||
inference_asr_model=valid.acc.ave_10best.pb
|
||||
|
||||
# you can set gpu num for decoding here
|
||||
|
||||
@ -0,0 +1,6 @@
|
||||
beam_size: 1
|
||||
penalty: 0.0
|
||||
maxlenratio: 0.0
|
||||
minlenratio: 0.0
|
||||
ctc_weight: 0.3
|
||||
lm_weight: 0.0
|
||||
@ -0,0 +1,6 @@
|
||||
beam_size: 20
|
||||
penalty: 0.0
|
||||
maxlenratio: 0.0
|
||||
minlenratio: 0.0
|
||||
ctc_weight: 0.3
|
||||
lm_weight: 0.0
|
||||
@ -53,8 +53,8 @@ test_sets="test_clean test_other dev_clean dev_other"
|
||||
asr_config=conf/train_asr_conformer.yaml
|
||||
model_dir="baseline_$(basename "${asr_config}" .yaml)_${lang}_${token_type}_${tag}"
|
||||
|
||||
inference_config=conf/decode_asr_transformer.yaml
|
||||
#inference_config=conf/decode_asr_transformer_beam60_ctc0.3.yaml
|
||||
inference_config=conf/decode_asr_transformer_ctc0.3_beam1.yaml
|
||||
#inference_config=conf/decode_asr_transformer_ctc0.3_beam20.yaml
|
||||
inference_asr_model=valid.acc.ave_10best.pb
|
||||
|
||||
# you can set gpu num for decoding here
|
||||
|
||||
Loading…
Reference in New Issue
Block a user