A repository containing tutorials for practical NLP using PyTorch
Stars
533
Forks
159
Watchers
Open Issues
10
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
17
commits
Added vocab script necessary for transformer xl
10b9143
Added comment on register_buffer
77ae11d
Added data download script and note
750ef5e
Added transformer XL tutorial
94fb469
Fixed tuple argument for LSTM tutorial
29eeace
Adding utility functions for cleaning tutorial notebooks
5cc4660
ENH: Updated requirements.txt
b99eb5c
Update README.md
86c330c
NEW: Added BERT with fastai tutorial
e5ed631
BUG: Fixed error in transformer from scratch notebook
c90e740
Added LSTM from scratch notebook
b06d9f1
Updated readme
93594fe
Added transformer from scratch notebook
42af144
Updated allennlp tutorials with predictors
2e3b7d4
BUG: Fixed bugs in ELMo/BERT vocab handling
5d36220