SamsungLabs / SummaryMixing

This repository implements SummaryMixing, a simpler, faster and much cheaper replacement to self-attention for automatic speech recognition (see: https://arxiv.org/abs/2307.07421). The code is ready to be used with the SpeechBrain toolkit).
Other
86 stars 8 forks source link

Initial commit with SummaryMixing and recipes #1

Closed TParcollet closed 7 months ago

TParcollet commented 9 months ago

This commit contains the initial code for running SummaryMixing recipes as in the paper. It does not contain the LICENCE. If the corresponding files are put in the corresponding folders in speechbrain (the folder structure is preserved) then it should just work as intended.

The LICENCE will be added in a subsequent PR.

TParcollet commented 7 months ago

Ok let's merge now then.