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/s2
Hui Zhang 12f788dd0e
Merge branch 'develop' into join_ctc
3 years ago
..
conf Merge branch 'develop' into join_ctc 3 years ago
local recog into decoders, format code 3 years ago
README.md recog into decoders, format code 3 years ago
cmd.sh fix set_device; more utils; args.opts support multi same name 3 years ago
path.sh disable __pycache__ 3 years ago
run.sh update u2 result; fix test.sh 3 years ago
utils librispeech s2 for kaldi feat 3 years ago

README.md

LibriSpeech

| Model | Params | Config | Augmentation| Loss | | --- | --- | --- | --- | | transformer | 32.52 M | conf/transformer.yaml | spec_aug | 6.3197922706604 |

Test Set Decode Method #Snt #Wrd Corr Sub Del Ins Err S.Err
test-clean attention 2620 52576 96.4 2.5 1.1 0.4 4.0 34.7
test-clean ctc_greedy_search 2620 52576 95.9 3.7 0.4 0.5 4.6 48.0
test-clean ctc_prefix_beamsearch 2620 52576 95.9 3.7 0.4 0.5 4.6 47.6
test-clean attention_rescore 2620 52576 96.8 2.9 0.3 0.4 3.7 38.0
test-clean join_ctc_w/o_lm 2620 52576 97.2 2.6 0.3 0.4 3.2 34.9