Feature
* Bump minimum python from 3.7 to 3.8 ([`e11e05c`](https://github.com/scart97/thunder-speech/commit/e11e05cd61cbde357fb2fcf2d811583d76064729))
* **citrinet:** Add augmentation parameters ([`fa6ca23`](https://github.com/scart97/thunder-speech/commit/fa6ca233b2a306666c76a6a5ea133a457b758337))
* **quartznet:** Add augmentation parameters ([`292ad04`](https://github.com/scart97/thunder-speech/commit/292ad0482a8bc559cefe7f5ff5408fd20b714865))
* **citrinet:** Add dropout parameter ([`af755d1`](https://github.com/scart97/thunder-speech/commit/af755d1a57e86218e19980f3dfa44ca3d93fc778))
* **quartznet:** Add dropout parameter ([`35ecbdb`](https://github.com/scart97/thunder-speech/commit/35ecbdbff20f24e5b48fcf52d7833e73b93db690))
* Add SpecAugment and CutOut to Quartznet/Citrinet ([`aab6f89`](https://github.com/scart97/thunder-speech/commit/aab6f892b59b006e859a61f386d4628eb00cfc4f))
* **quartznet:** Add original SpecAugment and SpecCutout from nemo ([`c121de4`](https://github.com/scart97/thunder-speech/commit/c121de45b82c198f7054d637d9dad3f95cf0db53))
Fix
* **huggingface:** Fix data2vec loading ([`fc91a9f`](https://github.com/scart97/thunder-speech/commit/fc91a9f8db37e5b0a442040fb15453a52b1409b1))
* **spec_augment:** Only augment while training ([`971c31c`](https://github.com/scart97/thunder-speech/commit/971c31c363ff2a5d95eb5b8c237df5c1249338a3))
* **spec_augment:** Masks should have a minimum length of 1 to be valid ([`4d45ac4`](https://github.com/scart97/thunder-speech/commit/4d45ac45f9c09be28d7e20ec516fd9ebb0ace764))