Skip to content

Commit 3fd385f

Browse files
authored
Update README.md
1 parent b4e7d44 commit 3fd385f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
***
1212

13-
<p align="center">
13+
<p align="center">
1414
<a href="https://github.com/sooftware/jasper/blob/main/LICENSE">
1515
<img src="http://img.shields.io/badge/license-Apache--2.0-informational">
1616
</a>
@@ -20,9 +20,10 @@
2020
<a href="https://www.python.org/dev/peps/pep-0008/">
2121
<img src="http://img.shields.io/badge/codestyle-PEP--8-informational">
2222
</a>
23-
<a href="https://github.com/sooftware/conformer">
24-
<img src="http://img.shields.io/badge/build-passing-success">
23+
<a href="https://doi.org/10.5281/zenodo.18154427">
24+
<img src="https://zenodo.org/badge/DOI/10.5281/zenodo.18154427.svg" alt="DOI">
2525
</a>
26+
</p>
2627

2728

2829
Transformer models are good at capturing content-based global interactions, while CNNs exploit local features effectively. Conformer combine convolution neural networks and transformers to model both local and global dependencies of an audio sequence in a parameter-efficient way. Conformer significantly outperforms the previous Transformer and CNN based models achieving state-of-the-art accuracies.

0 commit comments

Comments
 (0)