nclskfm / square-core

SQuARE: Software for question answering research.
https://square.ukp-lab.de
2 stars 0 forks source link

Make skill predictions/evaluation async #29

Closed BenediktStuhrmann closed 1 year ago

BenediktStuhrmann commented 1 year ago

Skill evaluation (both predicting on the dataset, as well as computing the metric on the dataset) should happen asynchronously.

nclskfm commented 1 year ago

To implement the async process, use the existing RabbitMQ service and Redis database.