You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: