12 skills found
gordicaleksa / Pytorch Original TransformerMy implementation of the original transformer model (Vaswani et al.). I've additionally included the playground.py file for visualizing otherwise seemingly hard concepts. Currently included IWSLT pretrained models.
soskek / Attention Is All You NeedTransformer of "Attention Is All You Need" (Vaswani et al. 2017) by Chainer.
brandokoch / Attention Is All You Need PaperOriginal transformer paper: Implementation of Vaswani, Ashish, et al. "Attention is all you need." Advances in neural information processing systems. 2017.
zimmerrol / Attention Is All You Need KerasImplementation of the Transformer architecture described by Vaswani et al. in "Attention Is All You Need"
clam004 / Chat TransformerA chatbot using the Vaswani transformer as it's sequence-to-sequence module
tanjeffreyz / Attention Is All You NeedPyTorch implementation of "Attention Is All You Need" by Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N. Gomez, Lukasz Kaiser, Illia Polosukhin
bhavnicksm / Vanilla Transformer JaxJAX/Flax implimentation of 'Attention Is All You Need' by Vaswani et al. (https://arxiv.org/abs/1706.03762)
tahangz / Transformer ChatbotA simple chatbot built using the vanilla Transformer architecture (Vaswani et al., 2017). It uses the encoder-decoder attention mechanism to learn basic conversational patterns from paired text data.
abhaskumarsinha / Keras Implementation Of Transformer ArchitectureThis repository presents a Python-based implementation of the Transformer architecture on Keras TensorFlow library, as proposed by Vaswani et al. in their 2017 paper "Attention is all you need."
brandontrabucco / Scaled Dot Product AttentionImplements the scaled dot product attention mechamism from the transformer. Vaswani, A. et al. https://arxiv.org/pdf/1706.03762.pdf
science-engineering-art / SherlockNo description available
aflah02 / Transformer Implementation From Scratch PyTorchCustom Implementation of the famous Transformer Architecture from scratch based on the Seminal Paper Attention is All You Need by Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N. Gomez, Lukasz Kaiser and Illia Polosukhin