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/aishell/s1
Hui Zhang 68149cb9a7
fix config for new datapipeline
3 years ago
..
conf fix config for new datapipeline 3 years ago
local refactor g2p egs (#630) 4 years ago
.gitignore E2E/Streaming Transformer/Conformer ASR (#578) 4 years ago
README.md fix config for new datapipeline 3 years ago
path.sh add tarball utils (#626) 4 years ago
run.sh fix export and run.sh 3 years ago

README.md

Aishell

Conformer

Model Config Augmentation Test set Decode method Loss WER
conformer conf/conformer.yaml spec_aug + shift test attention - 0.059858
conformer conf/conformer.yaml spec_aug + shift test ctc_greedy_search - 0.062311
conformer conf/conformer.yaml spec_aug + shift test ctc_prefix_beam_search - 0.062196
conformer conf/conformer.yaml spec_aug + shift test attention_rescoring - 0.054694

Chunk Conformer

Model Config Augmentation Test set Decode method Chunk Loss WER
conformer conf/chunk_conformer.yaml spec_aug + shift test attention 16 - 0.061939
conformer conf/chunk_conformer.yaml spec_aug + shift test ctc_greedy_search 16 - 0.070806
conformer conf/chunk_conformer.yaml spec_aug + shift test ctc_prefix_beam_search 16 - 0.070739
conformer conf/chunk_conformer.yaml spec_aug + shift test attention_rescoring 16 - 0.059400

Transformer

Model Config Augmentation Test set Decode method Loss WER
transformer conf/transformer.yaml spec_aug + shift test attention - -