pull/1595/head
Jackwaterveg 4 years ago committed by GitHub
parent 13ac21b705
commit c07d248afd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,13 +1,14 @@
# Aishell # Aishell
## Conformer ## Conformer
paddle version: 2.2.2
| Model | Params | Config | Augmentation| Test set | Decode method | Loss | CER | paddle version paddlespeech version: 0.1.2
| --- | --- | --- | --- | --- | --- | --- | --- | --- | | Model | Params | Config | Augmentation| Test set | Decode method | Loss | CER |
| conformer | 47.07M | conf/conformer.yaml | spec_aug | test | attention | - | 0.0548 | 2.2.2 | --- | --- | --- | --- | --- | --- | --- | --- |
| conformer | 47.07M | conf/conformer.yaml | spec_aug | test | ctc_greedy_search | - | 0.05127 | 2.2.2 | conformer | 47.07M | conf/conformer.yaml | spec_aug | test | attention | - | 0.0548 |
| conformer | 47.07M | conf/conformer.yaml | spec_aug| test | ctc_prefix_beam_search | - | 0.05131 | 2.2.2 | conformer | 47.07M | conf/conformer.yaml | spec_aug | test | ctc_greedy_search | - | 0.05127 |
| conformer | 47.07M | conf/conformer.yaml | spec_aug | test | attention_rescoring | - | 0.04829 | 2.2.2 | conformer | 47.07M | conf/conformer.yaml | spec_aug| test | ctc_prefix_beam_search | - | 0.05131 |
| conformer | 47.07M | conf/conformer.yaml | spec_aug | test | attention_rescoring | - | 0.04829 |
## Chunk Conformer ## Chunk Conformer

Loading…
Cancel
Save