I'm not sure how to use this dataset. I can see only the following:
dset = load_dataset("merve/pascal-voc") for x in dset["train"]: print(x) break
=> {'text': '2010_006088'}
· Sign up or log in to comment