nataliebarcickikas

Results 3 issues of nataliebarcickikas

I am working with the LayoutLMv2 model in huggingface (https://huggingface.co/transformers/model_doc/layoutlm.html). Works fine with performing a forward pass, but get a dimensionality error related to the embeddings when I try to...

I would like to pretrain LayoutLMv2 on my own dataset, rather than simply finetuning the existing model on a downstream task. Will the pretraining code be released?

I would like to try your method on my own dataset and own objective function. There isn't too much with respect to documentation about the format and structure to do...