How to process the dataset for layoutLM3 #5330
Unanswered
talhaanwarch
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. I want to apply
LayoutLMv3Processor
on huggingface dataset.This is the snapshot of how my huggingface dataset look like
Each feature is a list such as words is a list, bbox is a list of list, ner tag is a list of integers representing the labels and image is a string showing path of image.
This is how i am applying processor
But it is throwing this error
Second I did not understand how Features work. Like
Array3D
knew that on which column it has to act, or on whiich columnSequence
should be applied. In short how these features are mapped on original data columnsBeta Was this translation helpful? Give feedback.
All reactions