| | |
| | | # You can modify the configuration according to your own requirements. |
| | | |
| | | # to print the register_table: |
| | | # from funasr.utils.register import registry_tables |
| | | # registry_tables.print() |
| | | # from funasr.register import tables |
| | | # tables.print() |
| | | |
| | | # network architecture |
| | | model: SeacoParaformer |
| | |
| | | use_output_layer: false |
| | | wo_input_layer: true |
| | | |
| | | predictor: CifPredictorV2 |
| | | predictor: CifPredictorV3 |
| | | predictor_conf: |
| | | idim: 512 |
| | | threshold: 1.0 |
| | | l_order: 1 |
| | | r_order: 1 |
| | | tail_threshold: 0.45 |
| | | smooth_factor2: 0.25 |
| | | noise_threshold2: 0.01 |
| | | upsample_times: 3 |
| | | use_cif1_cnn: false |
| | | upsample_type: cnn_blstm |
| | | |
| | | # frontend related |
| | | frontend: WavFrontend |