For current results and training commands see Results Notebook.
-
Install deps with miniconda:
conda env create -f environment.yml conda activate distill pip install -e .
-
Download GloVe embeddings. The Glove directory can be in any location but the default is
./model
. -
Download (or train) a teacher
fast-berst
model and place contents in./model
. -
Place csv data for training/evaluation in
./data
directory.