Daniel Muckerman 60de0b4156 | 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 | |
dump_pickles.py | 4 years ago | |
intent_filters.py | 4 years ago | |
intents.pkl | 4 years ago | |
models.py | 4 years ago | |
num_words.pkl | 4 years ago | |
prune.py | 4 years ago | |
requirements.txt | 4 years ago | |
slot_filters.pkl | 4 years ago | |
slots.pkl | 4 years ago | |
snips_joint | 4 years ago | |
test.py | 4 years ago | |
test_query.py | 4 years ago | |
timer.py | 4 years ago | |
train.py | 4 years ago | |
util.py | 4 years ago | |
word2idx.pkl | 4 years ago | |
wordvecs.pkl | 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