Clone repo (recommended for developers)
from home dir,
git clone git@github.com:bnb32/modbot.git- Create 
modbotenvironment and install package Create a conda env:
conda create -n modbotRun the command:
conda activate modbotcd into the repo cloned in 1.
prior to running
pipbelow, make sure the branch is correct (install from main!)Install
modbotand its dependencies by running:pip install .(orpip install -e .if running a dev branch or working on the source code)To train on a GPU run
pip install tensorflow-gpuandconda install -c conda-forge cudnnIf using a BERT model download a preprocessing model and encoder and put in
data/bert_preprocessanddata/bert_encoder, respectively. Example downloads:https://tfhub.dev/tensorflow/bert_en_uncased_preprocess/3andhttps://tfhub.dev/tensorflow/bert_en_uncased_L-12_H-768_A-12/4
- Create