Skip to content
Discussion options

You must be logged in to vote

Hi,

thank you very much for your feedback. Really appreciate that!

Now for your question:

Have you seen the tutorial for training LayoutLMv1 on Funsd?

https://deepdoctection.readthedocs.io/en/latest/tutorials/layoutlm_for_token_classification/

This is not the model you want to try but it gives you a starting point.

Regarding your issues:

  1. Hugging Face datasets and deepdoctection datasets are not the same and are not compatible. You will need to download and place the dataset in the respective directory by yourself. Having the dataset in place you can retrieve the deepdoctection dataset using
dataset_train = dd.get_dataset("funsd")

The advantage of the concept: Once you establish a dataf…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by frivas-at-navteca
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants