You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Ojas Ahuja 1745c0a44f Initial commit 4 years ago
datasets Initial commit 4 years ago
models Initial commit 4 years ago
.gitignore Initial commit 4 years ago
README.md Initial commit 4 years ago
dataset.py Initial commit 4 years ago
distill.py Initial commit 4 years ago
models.py Initial commit 4 years ago
prune.py Initial commit 4 years ago
requirements.txt Initial commit 4 years ago
test.py Initial commit 4 years ago
timer.py Initial commit 4 years ago
train.py Initial commit 4 years ago
util.py Initial commit 4 years ago

README.md

pruned-nlu

Requirements

  • >= Python 3.7
  • >= PyTorch 1.4.0
  • seqeval

Setup

Download GloVe embeddings:

wget http://nlp.stanford.edu/data/glove.6B.zip
unzip glove.6B.zip -d glove

Train & test

Prune

Distill