transformers_ner_ja
transformers_ner_ja copied to clipboard
Japanese NER with Transformers + PyTorch-Lightning + MLflow Tracking
transformers_ner_ja
Japanese NER with Transformers + PyTorch-Lightning + MLflow Tracking
GPU Training
- build:
docker build -t trf-ner-ja-train . - run:
docker run --rm --gpus all -v /where/to/workspace:/app/workspace trf-ner-ja-train- NOTE: set
export GPUS=1in run_ner.sh
- NOTE: set
MLflow Tracking
- build:
docker-compose build - run:
docker-compose up- NOTE: check
./workspace/mlruns/0/xxxis created for each runs - NOTE: GPU support in docker-compose will be released in 1.28.0: See. https://github.com/docker/compose/pull/7929
- NOTE: check
- view: open http://localhost:5000/ in your browser