Skip to content

dataset video download issue #16

Description

@lihkinVerma

Not able to download the videos from HF dataset links; as getting error

Code

from datasets import load_dataset
data = load_dataset("MLVU/MVLU", split = 'train')

Error:

.......
All the data files must have the same columns, but at some point there are 1 new columns ({'scoring_points'}) and 1 missing columns ({'candidates'}).

This happened while the json dataset builder was generating data using

hf://datasets/MLVU/MVLU/MLVU/json/8_sub_scene.json (at revision 06ddc388aa34746b3abba77972b7a7dfd977f7a3)

Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions