Make sure you have Miniconda installed
cd into src, run conda env create -f environment.yml
squadRun source activate squad
squad environmentRun python setup.py
setup.py takes around 30 minutes totalBrowse the code in train.py
train.py script is the entry point for training a model. It reads command-line arguments, loads the SQuAD dataset, and trains a model.parser.add_argument lines in the source code, or run python train.py -h.Python
100.0%
Make sure you have Miniconda installed
cd into src, run conda env create -f environment.yml
squadRun source activate squad
squad environmentRun python setup.py
setup.py takes around 30 minutes totalBrowse the code in train.py
train.py script is the entry point for training a model. It reads command-line arguments, loads the SQuAD dataset, and trains a model.parser.add_argument lines in the source code, or run python train.py -h.Python
100.0%