Skip to content

Commit

Permalink
Merge pull request #1749 from PaddlePaddle/Jackwaterveg-patch-2
Browse files Browse the repository at this point in the history
Updata released model info
  • Loading branch information
zh794390558 authored Apr 22, 2022
2 parents 372bf5f + be42b13 commit 93c2468
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions examples/aishell/asr1/RESULTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

## Conformer
paddle version: 2.2.2
paddlespeech version: 0.1.2
paddlespeech version: 0.2.0
| Model | Params | Config | Augmentation| Test set | Decode method | Loss | CER |
| --- | --- | --- | --- | --- | --- | --- | --- |
| conformer | 47.07M | conf/conformer.yaml | spec_aug | test | attention | - | 0.0548 |
| conformer | 47.07M | conf/conformer.yaml | spec_aug | test | ctc_greedy_search | - | 0.05127 |
| 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 |
| conformer | 47.07M | conf/conformer.yaml | spec_aug | test | attention | - | 0.0530 |
| conformer | 47.07M | conf/conformer.yaml | spec_aug | test | ctc_greedy_search | - | 0.0495 |
| conformer | 47.07M | conf/conformer.yaml | spec_aug| test | ctc_prefix_beam_search | - | 0.0494 |
| conformer | 47.07M | conf/conformer.yaml | spec_aug | test | attention_rescoring | - | 0.0464 |


## Chunk Conformer
paddle version: 2.2.2
paddlespeech version: 0.1.2
paddlespeech version: 0.2.0
Need set `decoding.decoding_chunk_size=16` when decoding.

| Model | Params | Config | Augmentation| Test set | Decode method | Chunk Size & Left Chunks | Loss | CER |
Expand Down

0 comments on commit 93c2468

Please sign in to comment.