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/librispeech/s1
Hui Zhang 0a3a840bee
more decoding method (#618)
5 years ago
..
conf more decoding method (#618) 5 years ago
local more decoding method (#618) 5 years ago
.gitignore E2E/Streaming Transformer/Conformer ASR (#578) 5 years ago
README.md more decoding method (#618) 5 years ago
path.sh E2E/Streaming Transformer/Conformer ASR (#578) 5 years ago
run.sh E2E/Streaming Transformer/Conformer ASR (#578) 5 years ago

README.md

LibriSpeech

Conformer

| Model | Config | Augmentation| Test set | Decode method | Loss | WER | | --- | --- | --- | --- | --- | --- | | conformer | conf/conformer.yaml | spec_aug + shift | test-all | attention | test-all 6.35 | 0.057117 | | conformer | conf/conformer.yaml | spec_aug + shift | test-clean | attention | test-all 6.35 | 0.030162 | | conformer | conf/conformer.yaml | spec_aug + shift | test-clean | ctc_greedy_search | test-all 6.35 | 0.037910 | | conformer | conf/conformer.yaml | spec_aug + shift | test-clean | ctc_prefix_beam_search | test-all 6.35 | 0.037761 | | conformer | conf/conformer.yaml | spec_aug + shift | test-clean | attention_rescoring | test-all 6.35 | 0.032115 |

Transformer

| Model | Config | Augmentation| Test set | Decode method | Loss | WER | | --- | --- | --- | --- | --- | --- | | transformer | conf/transformer.yaml | spec_aug + shift | test-all | attention | test-all 6.98 | 0.066500 | | transformer | conf/transformer.yaml | spec_aug + shift | test-clean | attention | test-all 6.98 | 0.036 |