File size: 453 Bytes
1e7fdcb | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
uv run python docgenie/evaluation/runners/per_sample_evaluator.py \
--dataset-name docile \
--model-name microsoft/layoutlmv3-base \
--run-name train-exp-docile-layoutlmv3-with-ssl \
--monitored-metric validation/seqeval/f1_score \
--eval-batch-size 1 \
--use-segment-level-bboxes \
--tokenizer-name microsoft/layoutlmv3-base \
--split-for-per-sample-eval test \
--no-do-train \
--with-amp \
$@ |