Skip to content

A repository containing tutorials for practical NLP using PyTorch

Notifications You must be signed in to change notification settings

minhhdvn/Practical_NLP_in_PyTorch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Practical NLP in PyTorch

This repository is here to provide tutorials (and a record of my work) regarding practical NLP in PyTorch. The code here is complementary to my blog. I will be gradually updating this repository as I learn new tools and write new posts.

How to run the notebooks

Run pip install -r requirements.txt These tutorials assume PyTorch version 1.0.0

Available Tutorials

  • Using allennlp

    • Basics
    • Using BERT and ELMo
  • Models from scratch

    • Implementing the Transformer from scratch

Tutorials I am Planning to Work On

  • Doing a deep dive into LSTMs by implementing an LSTM cell from scratch in PyTorch

About

A repository containing tutorials for practical NLP using PyTorch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%