Skip to content

Commit e152ee7

Browse files
committed
update_format
1 parent aa23e63 commit e152ee7

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

examples/conformer/readme.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,12 @@ python predict.py --config_path ./conformer.yaml --decode_mode attention_rescori
113113
```
114114

115115

116-
## Model Performance
116+
## Performance
117117

118118
Experiments are tested on ascend 910* with mindspore 2.3.1 graph mode:
119119

120-
| model name| cars | batch type | jit level | s/step | recipe | weight | decoding mode | cer |
121-
|:---------:|:----:|:----------:|:---------:|:------:|:------:|:------:|:---------------------:|:----:|
122-
| conformer | 8 | bucket | O0 | 0.72 |[conformer.yaml](https://github.com/mindspore-lab/mindaudio/blob/main/examples/conformer/conformer.yaml) |[weights](https://download-mindspore.osinfra.cn/toolkits/mindaudio/conformer/conformer_avg_30-692d57b3-910v2.ckpt) |ctc greedy search | 5.62 |
123-
| conformer | 8 | bucket | O0 | 0.72 |[conformer.yaml](https://github.com/mindspore-lab/mindaudio/blob/main/examples/conformer/conformer.yaml) |[weights](https://download-mindspore.osinfra.cn/toolkits/mindaudio/conformer/conformer_avg_30-692d57b3-910v2.ckpt) |ctc prefix beam search | 5.62 |
124-
| conformer | 8 | bucket | O0 | 0.72 |[conformer.yaml](https://github.com/mindspore-lab/mindaudio/blob/main/examples/conformer/conformer.yaml) |[weights](https://download-mindspore.osinfra.cn/toolkits/mindaudio/conformer/conformer_avg_30-692d57b3-910v2.ckpt) |attention rescoring | 5.12 |
120+
| model name| decoding method | cards | batch size | jit level | graph compile | ms/step | cer | recipe | weight |
121+
|:---------:|:---------------------:|:-----:|:----------:|:---------:|:-------------:|:-------:|:---:|:------:|:-----:|
122+
| conformer |ctc greedy search | 8 | bucket | O0 | 103s | 727.5 | 5.62 |[conformer.yaml](https://github.com/mindspore-lab/mindaudio/blob/main/examples/conformer/conformer.yaml) |[weights](https://download-mindspore.osinfra.cn/toolkits/mindaudio/conformer/conformer_avg_30-692d57b3-910v2.ckpt) |
123+
| conformer |ctc prefix beam search | 8 | bucket | O0 | 103s | 727.5 | 5.62 |[conformer.yaml](https://github.com/mindspore-lab/mindaudio/blob/main/examples/conformer/conformer.yaml) |[weights](https://download-mindspore.osinfra.cn/toolkits/mindaudio/conformer/conformer_avg_30-692d57b3-910v2.ckpt) |
124+
| conformer |attention rescoring | 8 | bucket | O0 | 103s | 727.5 | 5.12 |[conformer.yaml](https://github.com/mindspore-lab/mindaudio/blob/main/examples/conformer/conformer.yaml) |[weights](https://download-mindspore.osinfra.cn/toolkits/mindaudio/conformer/conformer_avg_30-692d57b3-910v2.ckpt) |

examples/conformer/readme_cn.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ python predict.py --config_path ./conformer.yaml --decode_mode attention_rescori
115115

116116
在 ascend 910* mindspore2.3.1图模式上的测试性能:
117117

118-
| model name| cars | batch type | jit level | s/step | recipe | weight | decoding mode | cer |
119-
|:---------:|:----:|:----------:|:---------:|:------:|:------:|:------:|:---------------------:|:----:|
120-
| conformer | 8 | bucket | O0 | 0.72 |[conformer.yaml](https://github.com/mindspore-lab/mindaudio/blob/main/examples/conformer/conformer.yaml) |[weights](https://download-mindspore.osinfra.cn/toolkits/mindaudio/conformer/conformer_avg_30-692d57b3-910v2.ckpt) |ctc greedy search | 5.62 |
121-
| conformer | 8 | bucket | O0 | 0.72 |[conformer.yaml](https://github.com/mindspore-lab/mindaudio/blob/main/examples/conformer/conformer.yaml) |[weights](https://download-mindspore.osinfra.cn/toolkits/mindaudio/conformer/conformer_avg_30-692d57b3-910v2.ckpt) |ctc prefix beam search | 5.62 |
122-
| conformer | 8 | bucket | O0 | 0.72 |[conformer.yaml](https://github.com/mindspore-lab/mindaudio/blob/main/examples/conformer/conformer.yaml) |[weights](https://download-mindspore.osinfra.cn/toolkits/mindaudio/conformer/conformer_avg_30-692d57b3-910v2.ckpt) |attention rescoring | 5.12 |
118+
| model name| decoding method | cards | batch size | jit level | graph compile | ms/step | cer | recipe | weight |
119+
|:---------:|:---------------------:|:-----:|:----------:|:---------:|:-------------:|:-------:|:---:|:------:|:-----:|
120+
| conformer |ctc greedy search | 8 | bucket | O0 | 103s | 727.5 | 5.62 |[conformer.yaml](https://github.com/mindspore-lab/mindaudio/blob/main/examples/conformer/conformer.yaml) |[weights](https://download-mindspore.osinfra.cn/toolkits/mindaudio/conformer/conformer_avg_30-692d57b3-910v2.ckpt) |
121+
| conformer |ctc prefix beam search | 8 | bucket | O0 | 103s | 727.5 | 5.62 |[conformer.yaml](https://github.com/mindspore-lab/mindaudio/blob/main/examples/conformer/conformer.yaml) |[weights](https://download-mindspore.osinfra.cn/toolkits/mindaudio/conformer/conformer_avg_30-692d57b3-910v2.ckpt) |
122+
| conformer |attention rescoring | 8 | bucket | O0 | 103s | 727.5 | 5.12 |[conformer.yaml](https://github.com/mindspore-lab/mindaudio/blob/main/examples/conformer/conformer.yaml) |[weights](https://download-mindspore.osinfra.cn/toolkits/mindaudio/conformer/conformer_avg_30-692d57b3-910v2.ckpt) |

examples/deepspeech2/readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,6 @@ python eval.py -c "./deepspeech2.yaml"
104104

105105
Experiments are tested on ascend 910* with mindspore 2.3.1 graph mode:
106106

107-
| model name | cards | batch size | jit level | s/step | recipe | weight | test clean cer | test clean wer |
108-
|:----------:|:-----:|:----------:|:---------:|:------:|:------:|:------:|:--------------:|:--------------:|
109-
| deepspeech2| 8 | 64 | O0 | 2.82 | [yaml](https://github.com/mindspore-lab/mindaudio/blob/main/examples/deepspeech2/deepspeech2.yaml) | [weights](https://download.mindspore.cn/toolkits/mindaudio/deepspeech2/deepspeech2.ckpt)| 3.461 | 10.24 |
107+
| model name | cards | batch size | jit level | graph compile | ms/step | test clean cer | test clean wer | recipe | weight |
108+
|:----------:|:-----:|:----------:|:---------:|:-------------:|:-------:|:--------------:|:--------:|:-------|:------:|
109+
| deepspeech2| 8 | 64 | O0 | 404s | 9078 | 3.461 | 10.24 |[yaml](https://github.com/mindspore-lab/mindaudio/blob/main/examples/deepspeech2/deepspeech2.yaml) | [weights](https://download.mindspore.cn/toolkits/mindaudio/deepspeech2/deepspeech2.ckpt)|

examples/deepspeech2/readme_cn.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,6 @@ python eval.py -c "./deepspeech2.yaml"
113113

114114
在 ascend 910* mindspore2.3.1图模式上的测试性能:
115115

116-
| model name | cards | batch size | jit level | s/step | recipe | weight | test clean cer | test clean wer |
117-
|:----------:|:-----:|:----------:|:---------:|:------:|:------:|:------:|:--------------:|:--------------:|
118-
| deepspeech2| 8 | 64 | O0 | 2.82 | [yaml](https://github.com/mindspore-lab/mindaudio/blob/main/examples/deepspeech2/deepspeech2.yaml) | [weights](https://download.mindspore.cn/toolkits/mindaudio/deepspeech2/deepspeech2.ckpt)| 3.461 | 10.24 |
116+
| model name | cards | batch size | jit level | graph compile | ms/step | test clean cer | test clean wer | recipe | weight |
117+
|:----------:|:-----:|:----------:|:---------:|:-------------:|:-------:|:--------------:|:--------:|:-------|:------:|
118+
| deepspeech2| 8 | 64 | O0 | 404s | 9078 | 3.461 | 10.24 |[yaml](https://github.com/mindspore-lab/mindaudio/blob/main/examples/deepspeech2/deepspeech2.yaml) | [weights](https://download.mindspore.cn/toolkits/mindaudio/deepspeech2/deepspeech2.ckpt)|

0 commit comments

Comments
 (0)