A task-queue based server used to train model for QA, MRC, DISTILL. It is designed to be distributed for horizontal scalability.
pip install -r requirements.txt
docker-compose.yml -f docker/docker-compose.yml up --scale worker=3
pytest --cov=./
codecov --token=a5313626-6ef1-418e-9718-ee4ff3297aea
docker build -t convmind/soco-core-trainer:0.1-mrc -f trainer/mrc/Dockerfile .
Content type
Image
Digest
Size
951.5 MB
Last updated
over 5 years ago
docker pull convmind/soco-core-trainer