Hello. I faced a problem while using russian SuperGlue in HuggingFace. While having 1.16.0 version of HuggingFace library datasets, and trying to make command
from datasets import load_dataset
load_dataset('russian_super_glue','rcb')
I face the ArrowTypeError mentioned on the screenshot. Cleaning up the directory where the dataset file was cached (.cache/huggingface/datasets/json) didn't solve this issue.

Note that the similar command
load_dataset('super_glue','cb')
was completed successfully, so the problem is not on the HuggingFace side.
When I use (on different machine) datasets 2.4.0, I get the following error.

And again, similar command with any english SuperGLUE dataset works well.
Hello. I faced a problem while using russian SuperGlue in HuggingFace. While having 1.16.0 version of HuggingFace library datasets, and trying to make command
I face the ArrowTypeError mentioned on the screenshot. Cleaning up the directory where the dataset file was cached (.cache/huggingface/datasets/json) didn't solve this issue.

Note that the similar command
load_dataset('super_glue','cb')was completed successfully, so the problem is not on the HuggingFace side.
When I use (on different machine) datasets 2.4.0, I get the following error.

And again, similar command with any english SuperGLUE dataset works well.