Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 683 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 683 Bytes

Document Ranking with AllenNLP

An implementation of models for document ranking in AllenNLP.

Training

Docker

You can use the docker-compose file to start a docker container with the latest image of AllenNLP:

docker-compose run [train/version]

Manually

First, install the dependencies:

pip install -r requirements.txt

Then:

allennlp train experiments/mimics.jsonnet -s /tmp/your_output_dir

This project was created using cookiecutter-allennlp, which is based on allennlp-as-a-library-example.