Akarsh
Akarsh
HI, @krshrimali @carmocca, I would now start working on this task. So, far I have been going through the `lightning_utilities` repo, and what I could understand is that the repo's...
Cool, would be starting today
You can find the examples [here](https://github.com/shabie/docformer/tree/master/examples/docformer_pl)
> 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,...
> 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...
>  > > 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...
Hi @bbalaji-ucsd, actually while using the `create_features` function, if you are not explicitly providing the bounding box, you have to pass the argument `use_ocr =True`, currently it is False, and...
Hi @AYSP, thanks for your appreciation. We have the scripts ready as for now, to pre-train DocFormer, but not sure if it would produce the extact same results as that...
Hi @SeanNaren, @Borda, I think here is what is being asked to be modified. I referred to [this](https://lightning-transformers.readthedocs.io/en/latest/tasks/nlp/translation.html) example. In here, we use `TranslationTransformer` for the training purpose, and it...
Hi @vprecup, thanks for your comment, it really made me feel happy that, you are interested in integrating DocFormer into hugging face. However, the problem is, as a student, I...