(Note that everything under this repository is for educational purpose only (i.e. to learn internals/applications of transformers myself)) Implementation of varation of transformer models:
- Encoder Only
- Decoder Only
- Encoder Decoder
along with a few examples:
- Sentiment Analysis (encoder only)
- Simple Mapping (decoder only)
- Text Generation (decoder only) - TODO