Skip to content

jacobdanovitch/allenrank

Repository files navigation

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.

About

Document ranking with AllenNLP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published