Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

korquad 1.0 finetune 과정중에 cast array type error 발생합니다. #5

Open
XaviereKU opened this issue Jul 14, 2023 · 0 comments
Labels
question Further information is requested

Comments

@XaviereKU
Copy link

raise TypeError(f"Couldn't cast array of type\n{array.type}\nto\n{feature}")
TypeError: Couldn't cast array of type
struct<10: int64, 100: int64,...>
to
{'10': Value(dtype='int64', id=None), '100': Value(dtype='int64', id=None),...}
라는 에러가 발생합니다.

python 은 3.10 버전
transformer는 4.30.2 버전
입니다.

데이터 셋은 korquad v1.0 github에서 받았습니다.

뭐가 문제일까요..? transformer version이 너무 높은게 문제일까요..?

@XaviereKU XaviereKU added the question Further information is requested label Jul 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant