Added Keyword Spotting Transformer + SpeechCommands example (#123)

* Added Keyword Transformer + SpeechCommands

* minor fixes in README

* some updates / simplifications

* nits

* fixed kwt skip connections

* readme + format

* updated acknowledgements

---------

Co-authored-by: Awni Hannun <awni@apple.com>
This commit is contained in:
Sarthak Yadav
2023-12-19 23:17:48 +01:00
committed by GitHub
parent ebbb7083cc
commit b6e62caf2e
5 changed files with 453 additions and 0 deletions

View File

@@ -8,3 +8,4 @@ with a short description of your contribution(s) below. For example:
MLX Examples was developed with contributions from the following individuals:
- Juarez Bochi: Added support for T5 models.
- Sarthak Yadav: Added the `cifar` and `speechcommands` examples.