We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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이 너무 높은게 문제일까요..?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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이 너무 높은게 문제일까요..?
The text was updated successfully, but these errors were encountered: