Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

7 Commits

Repository files navigation

Transformer Implementation

0. Preparation

  • Python 3.6+
  • torch>=1.6.0+cu101
  • sentencepiece>=0.1.94
  • numpy>=1.18.5
  • progressbar>=2.5
  • lxml>=4.6.1

1. Data Preprocessing

  • Process
    web => (urllib) => tar => (tarfile) => xml => (lxml) => txt
    => (setencepiece) => embedding vector
    

About

Re-implementation of "Attention is All You Need" (NIPS 2017)

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages