Closed XiongweiWu closed 11 months ago
Thank you for using our dataset! Because the dataset includes multiple subsets, and you need to specify which subset you want to load. To resolve this, you should specify the subset while loading the dataset like follow:
from datasets import load_dataset
dataset = load_dataset("MMMU/MMMU", 'Computer_Science')
Let us know if you have any further issues.
I was meeting the same problem and I solved it by updating my datasets package. @XiongweiWu you may try it.
@Yushi-Hu Thx for your help! After upgrading the datasets to 2.15.0, the problem is solved.
Thanks @Yushi-Hu for the answer! Close this issue now for inactivity, feel free to re-open it if you have further questions.
Hi, I am try to load your dataset with the provided command:
from datasets import load_dataset
dataset = load_dataset("MMMU/MMMU")
However, one error reports as:
Can u check it?