pytorch-transformer

There are 2 repositories under pytorch-transformer topic.

  • pytorch-original-transformer

    gordicaleksa/pytorch-original-transformer

    My 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.

    Language:Jupyter Notebook1k309175
  • finallyupper/pytorch-transformer

    Implementation of Transformer:"Attention Is All You Need" in Pytorch

    Language:Python00