Open jack-gits opened 2 years ago
how about this one https://github.com/shabie/docformer/blob/master/examples/DocFormer_for_MLM.ipynb. what's the difference with above link.
Docformer is based on Microsolft/LayoutLM, whether we can use it for commercial purpose?
how about this one https://github.com/shabie/docformer/blob/master/examples/DocFormer_for_MLM.ipynb. what's the difference with above link.
It is just a pre-training strategy, however you mentioned about fine-tuning, so I shared the same.
I think, that recently LayoutLM where allowed for commercial purpose. You can search for it online.
the liscense of layoutlmv3 has been changed back. curiously.
if use_ocr=False, I can't encode the label. there's only have words and boxes in the input para. how to deal with the labels?
the liscense of layoutlmv3 has been changed back. curiously.
Looks like they don't want to allow them to use, however you can see if layoutlm can be used, since we only use the initial weights of embeddings out of it.
if use_ocr=False, I can't encode the label. there's only have words and boxes in the input para. how to deal with the labels?
I had earlier shared the link for using DocFormer for token classification, you can visit it and use it for your your own purpose.
whether I can fine-tune the model of Docformer? can you give some instruction please. thanks