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/timit/s1
Hui Zhang d05baeb6b0
update ted zh en
3 years ago
..
conf Merge branch 'develop' of https://github.com/LittleChenCc/DeepSpeech into develop 3 years ago
local fix timit scripts; reader filtype case; 3 years ago
.gitignore fix timit scripts; reader filtype case; 3 years ago
README.md fix timit scripts; reader filtype case; 3 years ago
path.sh refactor ted en zh script; fix MAIN_ROOT path 3 years ago
run.sh update ted zh en 3 years ago

README.md

TIMIT

Transformer

| Model | Params | Config | Decode method | Loss | PER | | --- | --- | --- | --- | --- | | transformer | 5.17M | conf/transformer.yaml | attention | 49.25688171386719 | 0.510742 | | transformer | 5.17M | conf/transformer.yaml | ctc_greedy_search | 49.25688171386719 | 0.382398 | | transformer | 5.17M | conf/transformer.yaml | ctc_prefix_beam_search | 49.25688171386719 | 0.367429 | | transformer | 5.17M | conf/transformer.yaml | attention_rescore | 49.25688171386719 | 0.357173 |