Add `run_speech_recognition_seq2seq.py`
What does this PR do?
Adds run_speech_recognition_seq2seq.py for training/fine-tuning Seq2Seq speech recognition models, such as Whisper, on the IPU.
Before submitting
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
- [ ] Did you make sure to update the documentation with your changes?
- [ ] Did you write any new necessary tests?
This should be considered WIP, I need to test it with e.g. whisper-tiny
Sorry, should have clarified: this is no longer WIP
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint.
The failing test is the one that compares the diff file. Is the current one up to date?
The failing test is the one that compares the diff file. Is the current one up to date?
I thought it was, but with the new changes, I'll redo it