Ojas Ahuja a41d921ed5 | 4 years ago | |
---|---|---|
datasets | 4 years ago | |
models | 4 years ago | |
.gitignore | 4 years ago | |
README.md | 4 years ago | |
dataset.py | 4 years ago | |
distill.py | 4 years ago | |
models.py | 4 years ago | |
prune.py | 4 years ago | |
requirements.txt | 4 years ago | |
test.py | 4 years ago | |
timer.py | 4 years ago | |
train.py | 4 years ago | |
util.py | 4 years ago |
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