Theirs uses _box.txt files that contain all samples.
I also noticed that run_seq_labeling.py adds a label "O" but your labels.txt files already has 13 classes like the pretrained models you provide, which makes me doubt that you used run_seq_labeling.py to train your model. Can you provide your training / evaluation code?
Hi, I'm trying to use
run_seq_labeling.py
from https://github.com/microsoft/unilm/tree/master/layoutlm on your data. However, the input format looks different.Theirs uses
_box.txt
files that contain all samples.I also noticed that
run_seq_labeling.py
adds a label"O"
but yourlabels.txt
files already has 13 classes like the pretrained models you provide, which makes me doubt that you usedrun_seq_labeling.py
to train your model. Can you provide your training / evaluation code?