runtime error

Exit code: 1. Reason: ackages/datasets/load.py", line 1629, in dataset_module_factory ).get_module() File "/usr/local/lib/python3.10/site-packages/datasets/load.py", line 999, in get_module { File "/usr/local/lib/python3.10/site-packages/datasets/load.py", line 1000, in <dictcomp> config_name: DatasetInfo.from_dict(exported_dataset_infos[config_name]) File "/usr/local/lib/python3.10/site-packages/datasets/info.py", line 284, in from_dict return cls(**{k: v for k, v in dataset_info_dict.items() if k in field_names}) File "<string>", line 20, in __init__ File "/usr/local/lib/python3.10/site-packages/datasets/info.py", line 170, in __post_init__ self.features = Features.from_dict(self.features) File "/usr/local/lib/python3.10/site-packages/datasets/features/features.py", line 1888, in from_dict obj = generate_from_dict(dic) File "/usr/local/lib/python3.10/site-packages/datasets/features/features.py", line 1468, in generate_from_dict return {key: generate_from_dict(value) for key, value in obj.items()} File "/usr/local/lib/python3.10/site-packages/datasets/features/features.py", line 1468, in <dictcomp> return {key: generate_from_dict(value) for key, value in obj.items()} File "/usr/local/lib/python3.10/site-packages/datasets/features/features.py", line 1468, in generate_from_dict return {key: generate_from_dict(value) for key, value in obj.items()} File "/usr/local/lib/python3.10/site-packages/datasets/features/features.py", line 1468, in <dictcomp> return {key: generate_from_dict(value) for key, value in obj.items()} File "/usr/local/lib/python3.10/site-packages/datasets/features/features.py", line 1474, in generate_from_dict raise ValueError(f"Feature type '{_type}' not found. Available feature types: {list(_FEATURE_TYPES.keys())}") ValueError: Feature type 'List' not found. Available feature types: ['Value', 'ClassLabel', 'Translation', 'TranslationVariableLanguages', 'LargeList', 'Sequence', 'Array2D', 'Array3D', 'Array4D', 'Array5D', 'Audio', 'Image', 'Video', 'Pdf']

Container logs:

Fetching error logs...