File size: 460 Bytes
5c36ec7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
uv run python docgenie/evaluation/runners/per_sample_evaluator.py \
--dataset-name funsd \
--model-name microsoft/layoutlmv3-base \
--run-name train-exp-funsd-layoutlmv3-with-ssl-v2 \
--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 \
$@ |