MaxLSB commited on
Commit
e5878d9
·
verified ·
1 Parent(s): d1a0b6b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -2
README.md CHANGED
@@ -28,8 +28,6 @@ This architecture introduces **parallel downsampling layers** before the first a
28
 
29
  Our code for training and inference is available on our [GitHub](https://github.com/augustgw/early-exit-transformer) repository.
30
 
31
- **Maxence Lasbordes, Daniele Falavigna, and Alessio Brutti, *Splitformer: An improved early-exit architecture for automatic speech recognition on edge devices*, Proc. of EUSIPCO 2025.**
32
-
33
  ### 2. Results on LibriSpeech
34
 
35
  <table>
@@ -121,3 +119,13 @@ Our code for training and inference is available on our [GitHub](https://github.
121
  </tr>
122
  </tbody>
123
  </table>
 
 
 
 
 
 
 
 
 
 
 
28
 
29
  Our code for training and inference is available on our [GitHub](https://github.com/augustgw/early-exit-transformer) repository.
30
 
 
 
31
  ### 2. Results on LibriSpeech
32
 
33
  <table>
 
119
  </tr>
120
  </tbody>
121
  </table>
122
+
123
+ ## 3. Citation
124
+
125
+ ```bibtex
126
+ @misc{lasbordes2025splitformer,
127
+ title={Splitformer: An improved early-exit architecture for automatic speech recognition on edge devices},
128
+ author={Maxence Lasbordes and Daniele Falavigna and Alessio Brutti},
129
+ year={2025},
130
+ note={Proc. of EUSIPCO 2025},
131
+ }