Generator strategy bug fix, cleaning up unmaintained Big Bird implementation.
Note:
Future Big Bird development will require a complete revamp, and thus this old code is unusable. The old code is archived under the `archive/big-bird` branch.
What's Changed
* fix - generator strategy no_repeat_ngram_size=1 now blocks repeat tokens by CCranney in https://github.com/xomicsdatascience/AttentionSmithy/pull/29
* workflow check update - increment only required when `src` is updated by CCranney in https://github.com/xomicsdatascience/AttentionSmithy/pull/31
* big bird code archived, removing from main by CCranney in https://github.com/xomicsdatascience/AttentionSmithy/pull/32
**Full Changelog**: https://github.com/xomicsdatascience/AttentionSmithy/compare/v1.0.1...v1.0.3