C++ implementation of the Attention is All You Need paper. Imported weights from a trained model from PyTorch.
Methods to improve performance will be discussed in the near future, but currently my plans are to keep everything local to the CPU (hence why training will be handled by PyTorch which can easily utilize the GPU).