From a41d921ed550f0f81e5508209e703ac9ee744771 Mon Sep 17 00:00:00 2001 From: Ojas Ahuja Date: Mon, 8 Jun 2020 19:23:42 -0500 Subject: [PATCH] Update README --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4148302..fe7e4dc 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,14 @@ wget http://nlp.stanford.edu/data/glove.6B.zip unzip glove.6B.zip -d glove ``` -## Train & test +## Files +- `train.py`, `test.py`, `distill.py`, `timer.py`, `prune.py`: runnable scripts, check each file's argparse for options and details +- `models.py`: intent detection, slot-filling, and multi-task (joint intent detection and slot filling) CNN models +- `dataset.py`: dataset loading abstractions +- `util.py`: common code +- `models/`: pretrained models, 5 duplicates of each +- `datasets/`: prepared ATIS and Snips datasets -## Prune -## Distill +## Contact +[ojas@utexas.edu](mailto:ojas@utexas.edu) \ No newline at end of file