Data, classifiers, and notebooks for the LIME demonstration at NAACL 2016
git clone git@github.com:UW-MODE/naacl16-demo.git
cd naacl16-demo
Download the models and copy models.tar.gz to naacl-demo
###Optional: start a virtualenv
virtualenv ENV
source ENV/bin/activate
pip install lasagne lime flask theano
tar xvzf models.tar.gz
python server.py
cd cleaning
python server.py
-
getting embeddings:ver Getting word2vec stuff notebook
-
Download the data from here
-
Unpack the data: tar xvzf datasets.tar.gz
-
Run the following
python learn_models.py python run_submodular.py cd cleaning python generage_json.py
~