Kingthegarden / Implement-NLP-Papers

PyTorch implementation of some NLP model for Deep Learning Researchers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement NLP Papers

Implement NLP Papers is a tutorial for who is studying NLP(Natural Language Processing) using Pytorch. It aims to implement based on NLP papers, ranging from basic NLP methods to SOTA NLP models.

Table of Contents

1. Attention Mechanism

Environment

  • Python 3.7 (To match with Kaggle environment)
  • CUDA 11.3 + PyTorch 1.10.1
  • Conda

Author

About

PyTorch implementation of some NLP model for Deep Learning Researchers