Download GloVe embeddings:
wget http://nlp.stanford.edu/data/glove.6B.zip
unzip glove.6B.zip -d glove
train.py
, test.py
, distill.py
, timer.py
, prune.py
: runnable scripts, check each file's argparse for options and detailsmodels.py
: intent detection, slot-filling, and multi-task (joint intent detection and slot filling) CNN modelsdataset.py
: dataset loading abstractionsutil.py
: common codemodels/
: pretrained models, 5 duplicates of eachdatasets/
: prepared ATIS and Snips datasets