You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
PaddleSpeech/examples/callcenter/s1
Hui Zhang 81598e6ff0
default gpu 0 for scripts
3 years ago
..
conf test refactor collator 3 years ago
local compute cmvn before build vocab 3 years ago
.gitignore zh 8k egs 3 years ago
README.md format 3 years ago
path.sh merge deepspeech, parakeet and text_processing into paddlespeech 3 years ago
run.sh default gpu 0 for scripts 3 years ago

README.md

MandarinK8

Conformer

Model Params Config Augmentation Test set Decode method Loss CER
conformer 45.73 M conf/conformer.yaml spec_aug + shift test attention 2.1794936656951904 0.102304
conformer 45.73 M conf/conformer.yaml spec_aug + shift test ctc_greedy_search 2.1794936656951904 0.084295
conformer 45.73 M conf/conformer.yaml spec_aug + shift test ctc_prefix_beam_search 2.1794936656951904 0.084340
conformer 45.73 M conf/conformer.yaml spec_aug + shift test attention_rescoring 2.1794936656951904 0.081675

Chunk Conformer

Model Params Config Augmentation Test set Decode method Chunk Size & Left Chunks Loss CER
conformer 45.73 M conf/chunk_conformer.yaml spec_aug + shift test attention 16, -1 2.23287845 0.087982
conformer 45.73 M conf/chunk_conformer.yaml spec_aug + shift test ctc_greedy_search 16, -1 2.23287845 0.086962
conformer 45.73 M conf/chunk_conformer.yaml spec_aug + shift test ctc_prefix_beam_search 16, -1 2.23287845 0.086741
conformer 45.73 M conf/chunk_conformer.yaml spec_aug + shift test attention_rescoring 16, -1 2.23287845 0.083495