Replies: 1 comment 2 replies
-
Answered here: https://discuss.huggingface.co/t/typeerror-couldnt-cast-array-of-type-int64-while-mapping-the-dataset |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hai,
I am trying to finetune LayoutLMV2 model for document image classification but while mapping the dataset I am getting error. The dataset contain two column one image_file which is str data type another is Label which is numpy int64 data type. below is the code which I tried. Can someone please help me in fixing the error.
this is the error
Beta Was this translation helpful? Give feedback.
All reactions