An implementation of models for document ranking in AllenNLP.
You can use the docker-compose file to start a docker container with the latest image of AllenNLP:
docker-compose run [train/version]First, install the dependencies:
pip install -r requirements.txtThen:
allennlp train experiments/mimics.jsonnet -s /tmp/your_output_dirThis project was created using cookiecutter-allennlp, which is based on allennlp-as-a-library-example.